report_all.html

Report generated on 22-May-2022 at 12:01:35 by pytest-html v3.1.1

Environment

Packages {"pluggy": "1.0.0", "py": "1.11.0", "pytest": "7.1.2"}
Platform Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.29
Plugins {"forked": "1.4.0", "html": "3.1.1", "metadata": "2.0.1", "xdist": "2.5.0"}
Python 3.8.10

Summary

28 tests ran in 46.20 seconds.

25 passed, 0 skipped, 3 failed, 0 errors, 0 expected failures, 0 unexpected passes

Results

Result Test Duration Links
Failed tests/test_ver_stamp.py::test_show_from_file[git] 4.40
[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3

app_layout = <conftest.FSAppLayoutFixture object at 0x7f8dcfff59a0>
capfd = <_pytest.capture.CaptureFixture object at 0x7f8dcff81d60>

def test_show_from_file(app_layout, capfd):
_init_vmn_in_repo()
_, params = _init_app(app_layout.app_name)
capfd.readouterr()

err = _show(app_layout.app_name, verbose=True, from_file=True)
assert err == 1
out, err = capfd.readouterr()
assert (
out == f"[INFO] Version information was not found for {app_layout.app_name}.\n"
)

conf = {
"template": "[{major}][.{minor}][.{patch}]",
"create_verinfo_files": True,
"deps": {
"../": {
"test_repo": {
"vcs_type": app_layout.be_type,
"remote": app_layout._app_backend.be.remote(),
}
}
},
"extra_info": False,
}

app_layout.write_conf(params["app_conf_path"], **conf)

err, _, _ = _stamp_app(app_layout.app_name, "patch")
assert err == 0

# read to clear stderr and out
out, err = capfd.readouterr()
assert not err

err = _show(app_layout.app_name, raw=True)
assert err == 0

out, err = capfd.readouterr()
assert "0.0.1\n" == out

err = _show(app_layout.app_name, verbose=True)
assert err == 0

out, err = capfd.readouterr()
show_res = yaml.safe_load(out)

err = _show(app_layout.app_name, verbose=True, from_file=True)
> assert err == 0
E assert 1 == 0

tests/test_ver_stamp.py:456: AssertionError[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.426] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.458] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.511] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.540] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.551] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.568] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.613] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.668] [filelock] [DEBUG] Attempting to acquire lock 140247124174832 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.668] [filelock] [DEBUG] Lock 140247124174832 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.670] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.705] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.714] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.725] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.731] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.738] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.751] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.760] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.784] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.797] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.807] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.822] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.824] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.858] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo [2022-05-22 12:00:50.859] [filelock] [DEBUG] Attempting to release lock 140247124174832 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.859] [filelock] [DEBUG] Lock 140247124174832 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.874] [filelock] [DEBUG] Attempting to acquire lock 140247056107744 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.875] [filelock] [DEBUG] Lock 140247056107744 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.877] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.899] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.909] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.916] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.930] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.948] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.958] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.966] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.976] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.981] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.993] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.005] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.019] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.033] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.194] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.202] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.213] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.214] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.273] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.287] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.288] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.355] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.355] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.372] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.395] [filelock] [DEBUG] Attempting to release lock 140247056107744 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.396] [filelock] [DEBUG] Lock 140247056107744 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.405] [filelock] [DEBUG] Attempting to acquire lock 140247124174832 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.405] [filelock] [DEBUG] Lock 140247124174832 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.416] [vmn] [INFO] Version information was not found for test_app. [2022-05-22 12:00:52.417] [filelock] [DEBUG] Attempting to release lock 140247124174832 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.417] [filelock] [DEBUG] Lock 140247124174832 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.419] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.445] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.460] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.473] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.572] [filelock] [DEBUG] Attempting to acquire lock 140247039132144 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.572] [filelock] [DEBUG] Lock 140247039132144 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.578] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.607] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.618] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'd2836d4ac8cfa5e705d380bda53d7ee3e1a28681', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.640] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.652] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.666] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.693] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.714] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.723] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.729] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.745] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.751] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.796] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.802] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.813] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.930] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: d2836d4ac8cfa5e705d380bda53d7ee3e1a28681\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.938] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.969] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.970] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.012] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.023] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:54.024] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.072] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:54.073] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.084] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.105] [filelock] [DEBUG] Attempting to release lock 140247039132144 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.105] [filelock] [DEBUG] Lock 140247039132144 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.115] [filelock] [DEBUG] Attempting to acquire lock 140247039195456 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.115] [filelock] [DEBUG] Lock 140247039195456 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.124] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.180] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.195] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.201] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.217] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.231] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.240] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.250] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.274] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.297] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.311] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.324] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.330] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.342] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.351] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.360] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.388] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.404] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.444] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.458] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.471] [filelock] [DEBUG] Attempting to release lock 140247039195456 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.471] [filelock] [DEBUG] Lock 140247039195456 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.483] [filelock] [DEBUG] Attempting to acquire lock 140247039197040 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.484] [filelock] [DEBUG] Lock 140247039197040 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.497] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.532] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.549] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.558] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.571] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.581] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.591] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.612] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.631] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.643] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.659] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.665] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.683] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.700] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.712] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.731] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.744] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.771] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.784] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.801] [filelock] [DEBUG] Attempting to release lock 140247039197040 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.801] [filelock] [DEBUG] Lock 140247039197040 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.819] [filelock] [DEBUG] Attempting to acquire lock 140247056351088 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.820] [filelock] [DEBUG] Lock 140247056351088 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.829] [filelock] [DEBUG] Attempting to release lock 140247056351088 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.829] [filelock] [DEBUG] Lock 140247056351088 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140247124174832 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247124174832 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140247124174832 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247124174832 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056107744 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056107744 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247056107744 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056107744 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247124174832 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247124174832 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock INFO vmn:vmn.py:1829 Version information was not found for test_app. DEBUG filelock:_api.py:209 Attempting to release lock 140247124174832 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247124174832 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140247039132144 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247039132144 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'd2836d4ac8cfa5e705d380bda53d7ee3e1a28681', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: d2836d4ac8cfa5e705d380bda53d7ee3e1a28681\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247039132144 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247039132144 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247039195456 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247039195456 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247039195456 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247039195456 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247039197040 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247039197040 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247039197040 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247039197040 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056351088 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056351088 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:209 Attempting to release lock 140247056351088 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056351088 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_show_from_file_git_0/test_repo/.vmn/vmn.lock
Failed tests/test_ver_stamp.py::test_show_from_file_conf_changed[git] 4.04
[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3

app_layout = <conftest.FSAppLayoutFixture object at 0x7f9a8382e9d0>
capfd = <_pytest.capture.CaptureFixture object at 0x7f9a837d00d0>

def test_show_from_file_conf_changed(app_layout, capfd):
_init_vmn_in_repo()
_, params = _init_app(app_layout.app_name)
capfd.readouterr()

conf = {
"template": "[{major}][.{minor}][.{patch}]",
"create_verinfo_files": True,
"deps": {
"../": {
"test_repo": {
"vcs_type": app_layout.be_type,
"remote": app_layout._app_backend.be.remote(),
}
}
},
"extra_info": False,
}

app_layout.write_conf(params["app_conf_path"], **conf)

err, _, _ = _stamp_app(app_layout.app_name, "patch")
assert err == 0
capfd.readouterr()

err = _show(app_layout.app_name, raw=True)
assert err == 0
out, err = capfd.readouterr()
assert "0.0.1\n" == out

err = _show(app_layout.app_name, from_file=True)
> assert err == 0
E assert 1 == 0

tests/test_ver_stamp.py:602: AssertionError[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.421] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.451] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.511] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.526] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.538] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.554] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.612] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.665] [filelock] [DEBUG] Attempting to acquire lock 140301608282432 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.666] [filelock] [DEBUG] Lock 140301608282432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.669] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.692] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.700] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.716] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.724] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.730] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.742] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.748] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.767] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.785] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.799] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.825] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.826] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.855] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo [2022-05-22 12:00:50.857] [filelock] [DEBUG] Attempting to release lock 140301608282432 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.857] [filelock] [DEBUG] Lock 140301608282432 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.871] [filelock] [DEBUG] Attempting to acquire lock 140301607455088 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.872] [filelock] [DEBUG] Lock 140301607455088 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.874] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.896] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.907] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.922] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.949] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.968] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.979] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.988] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.999] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.004] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.011] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.027] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.040] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.051] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.184] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.194] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.204] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.206] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.305] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.340] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.341] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.402] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/test_app [2022-05-22 12:00:52.403] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.424] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.438] [filelock] [DEBUG] Attempting to release lock 140301607455088 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.438] [filelock] [DEBUG] Lock 140301607455088 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.439] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.456] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.466] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.477] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.557] [filelock] [DEBUG] Attempting to acquire lock 140301608282432 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.557] [filelock] [DEBUG] Lock 140301608282432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.564] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.585] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.601] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.616] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'd2836d4ac8cfa5e705d380bda53d7ee3e1a28681', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.627] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.645] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.653] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.693] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.711] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.717] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.728] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.733] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.738] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.747] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.752] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.763] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.769] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.776] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.903] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: d2836d4ac8cfa5e705d380bda53d7ee3e1a28681\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.918] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.932] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.933] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.985] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.004] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:54.005] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.044] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:54.044] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.055] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.080] [filelock] [DEBUG] Attempting to release lock 140301608282432 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.080] [filelock] [DEBUG] Lock 140301608282432 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.146] [filelock] [DEBUG] Attempting to acquire lock 140301607455328 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.146] [filelock] [DEBUG] Lock 140301607455328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.156] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.193] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.199] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.207] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.217] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.228] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.238] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.251] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.266] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.281] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.290] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.307] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.316] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.331] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.346] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.357] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.372] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.382] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.391] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.409] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.424] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.434] [filelock] [DEBUG] Attempting to release lock 140301607455328 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.435] [filelock] [DEBUG] Lock 140301607455328 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.447] [filelock] [DEBUG] Attempting to acquire lock 140301607454272 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.449] [filelock] [DEBUG] Lock 140301607454272 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.459] [filelock] [DEBUG] Attempting to release lock 140301607454272 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.460] [filelock] [DEBUG] Lock 140301607454272 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140301608282432 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301608282432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140301608282432 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301608282432 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140301607455088 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301607455088 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301607455088 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301607455088 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140301608282432 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301608282432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'd2836d4ac8cfa5e705d380bda53d7ee3e1a28681', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: d2836d4ac8cfa5e705d380bda53d7ee3e1a28681\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301608282432 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301608282432 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140301607455328 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301607455328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6ec9214be2655ea3b38ca1f0ab5b530d91b3ddbe', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301607455328 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301607455328 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140301607454272 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301607454272 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:209 Attempting to release lock 140301607454272 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301607454272 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_show_from_file_conf_chang0/test_repo/.vmn/vmn.lock
Failed tests/test_ver_stamp.py::test_backward_compatability_with_previous_vmn[git] 24.26
[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3

app_layout = <conftest.FSAppLayoutFixture object at 0x7f773e676c70>
capfd = <_pytest.capture.CaptureFixture object at 0x7f773f77a160>

def test_backward_compatability_with_previous_vmn(app_layout, capfd):
app_layout.stamp_with_previous_vmn()
out, err = capfd.readouterr()
err, ver_info, _ = _stamp_app("app1", "major")
> assert err == 0
E assert 1 == 0

tests/test_ver_stamp.py:1507: AssertionError[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:58.880] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.895] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.915] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo'])'s unused stdout: [2022-05-22 12:00:58.929] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.935] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.945] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.979] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:59.003] [root] [INFO] going to run: /root/Projects/vmn/tests/build_previous_vmn_stamper.sh [2022-05-22 12:01:18.850] [root] [INFO] going to run: docker run --init -t -u0:0 -v /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo:/test_repo -v /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0:/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0 previous_vmn_stamper:latest /stamp_with_previous_vmn.sh [2022-05-22 12:01:23.055] [filelock] [DEBUG] Attempting to acquire lock 140150143314528 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:23.056] [filelock] [DEBUG] Lock 140150143314528 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:23.057] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.069] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.073] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:23.080] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6e70328b747016d305cf781abb50a8d5a39a9a8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.084] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:23.090] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:23.097] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.102] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.106] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.110] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.116] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.121] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.128] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.135] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.139] [vmn] [ERROR] vmn tracking is not yet initialized. Run vmn init on the repository [2022-05-22 12:01:23.139] [vmn] [ERROR] Untracked app. Run vmn init-app first [2022-05-22 12:01:23.140] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.144] [filelock] [DEBUG] Attempting to release lock 140150143314528 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:23.144] [filelock] [DEBUG] Lock 140150143314528 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.lock [ERROR] vmn tracking is not yet initialized. Run vmn init on the repository [ERROR] Untracked app. Run vmn init-app first
-------------------------------Captured log call--------------------------------
INFO root:conftest.py:101 going to run: /root/Projects/vmn/tests/build_previous_vmn_stamper.sh INFO root:conftest.py:118 going to run: docker run --init -t -u0:0 -v /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo:/test_repo -v /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0:/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0 previous_vmn_stamper:latest /stamp_with_previous_vmn.sh DEBUG filelock:_api.py:172 Attempting to acquire lock 140150143314528 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140150143314528 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6e70328b747016d305cf781abb50a8d5a39a9a8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1602 vmn tracking is not yet initialized. Run vmn init on the repository ERROR vmn:vmn.py:1602 Untracked app. Run vmn init-app first DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140150143314528 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140150143314528 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_backward_compatability_wi0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_basic_show[git] 6.02
[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.420] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.464] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.517] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.546] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.560] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.571] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.611] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.640] [filelock] [DEBUG] Attempting to acquire lock 140123932821248 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.641] [filelock] [DEBUG] Lock 140123932821248 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.646] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.675] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.680] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.688] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.698] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.708] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.720] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.759] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.768] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.781] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.804] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.806] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.849] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo [2022-05-22 12:00:50.850] [filelock] [DEBUG] Attempting to release lock 140123932821248 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.851] [filelock] [DEBUG] Lock 140123932821248 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.868] [filelock] [DEBUG] Attempting to acquire lock 140123932002528 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.869] [filelock] [DEBUG] Lock 140123932002528 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.871] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.895] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.902] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.909] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.915] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.922] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.932] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.940] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.951] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.964] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.971] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.982] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.993] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.005] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.018] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.171] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.177] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.189] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.190] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.266] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.351] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.353] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.372] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.384] [filelock] [DEBUG] Attempting to release lock 140123932002528 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.384] [filelock] [DEBUG] Lock 140123932002528 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.399] [filelock] [DEBUG] Attempting to acquire lock 140123932821248 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.399] [filelock] [DEBUG] Lock 140123932821248 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.409] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.439] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.454] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.475] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.490] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.509] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.520] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.538] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.553] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.566] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.579] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.595] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.609] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.615] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.642] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.667] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.682] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.702] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.827] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.841] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.842] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.870] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.879] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.880] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.914] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:53.915] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.929] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.940] [filelock] [DEBUG] Attempting to release lock 140123932821248 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.941] [filelock] [DEBUG] Lock 140123932821248 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.952] [filelock] [DEBUG] Attempting to acquire lock 140123932124016 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.952] [filelock] [DEBUG] Lock 140123932124016 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.000] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.029] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.039] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.047] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.056] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.070] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.075] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.081] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.101] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.113] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.124] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.133] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.144] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.156] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.178] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.196] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.209] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.230] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.244] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.256] [filelock] [DEBUG] Attempting to release lock 140123932124016 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.256] [filelock] [DEBUG] Lock 140123932124016 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.275] [filelock] [DEBUG] Attempting to acquire lock 140123914913152 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.276] [filelock] [DEBUG] Lock 140123914913152 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.282] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.331] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.342] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.354] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.364] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.374] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.387] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.400] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.416] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.432] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.439] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.448] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.460] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.473] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.493] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.505] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.540] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.565] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.579] [filelock] [DEBUG] Attempting to release lock 140123914913152 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.580] [filelock] [DEBUG] Lock 140123914913152 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.590] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.614] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.629] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.702] [filelock] [DEBUG] Attempting to acquire lock 140123932127184 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.702] [filelock] [DEBUG] Lock 140123932127184 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.710] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.741] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.752] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.761] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.785] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.794] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.825] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.839] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.851] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.872] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.881] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.900] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.915] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.926] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.948] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.959] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.969] [filelock] [DEBUG] Attempting to release lock 140123932127184 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.970] [filelock] [DEBUG] Lock 140123932127184 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.985] [filelock] [DEBUG] Attempting to acquire lock 140123932125552 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.985] [filelock] [DEBUG] Lock 140123932125552 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.992] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.030] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.042] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.059] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.074] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.089] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.107] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.135] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.150] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.158] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.168] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.183] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.189] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.212] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.226] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.235] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.253] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.275] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.297] [filelock] [DEBUG] Attempting to release lock 140123932125552 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.297] [filelock] [DEBUG] Lock 140123932125552 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.313] [filelock] [DEBUG] Attempting to acquire lock 140123932124256 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.313] [filelock] [DEBUG] Lock 140123932124256 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.322] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.349] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.360] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.368] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.375] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.386] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.393] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.403] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.423] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.438] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.449] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.456] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.464] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.472] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.490] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.500] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.507] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.525] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.536] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.545] [filelock] [DEBUG] Attempting to release lock 140123932124256 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.545] [filelock] [DEBUG] Lock 140123932124256 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.558] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.568] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.588] [filelock] [DEBUG] Attempting to acquire lock 140123932240432 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.589] [filelock] [DEBUG] Lock 140123932240432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.596] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.618] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.624] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.631] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '279df8e96468963c514ae2d0bf515e38111fadfa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.635] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.642] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.650] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.655] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.669] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.679] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.686] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.693] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.700] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.708] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.724] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '279df8e96468963c514ae2d0bf515e38111fadfa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.741] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.754] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.764] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.774] [filelock] [DEBUG] Attempting to release lock 140123932240432 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.775] [filelock] [DEBUG] Lock 140123932240432 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.786] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.796] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.807] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.854] [filelock] [DEBUG] Attempting to acquire lock 140123914661744 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.854] [filelock] [DEBUG] Lock 140123914661744 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.861] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.884] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.891] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.901] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e43432345585c76e156907d0b98f331d9af7ac4c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.907] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.915] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.923] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.930] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.961] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.968] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.976] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.986] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.993] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.007] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.015] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e43432345585c76e156907d0b98f331d9af7ac4c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.021] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.042] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.053] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.064] [filelock] [DEBUG] Attempting to release lock 140123914661744 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.065] [filelock] [DEBUG] Lock 140123914661744 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.082] [filelock] [DEBUG] Attempting to acquire lock 140123914659824 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.083] [filelock] [DEBUG] Lock 140123914659824 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.088] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.112] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.119] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.126] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e43432345585c76e156907d0b98f331d9af7ac4c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.132] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.140] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.147] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.156] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.171] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.186] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.192] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.200] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.214] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.229] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.239] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e43432345585c76e156907d0b98f331d9af7ac4c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.254] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.266] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.273] [vmn] [INFO] You are at version 0.0.1 of test_app [2022-05-22 12:00:56.275] [filelock] [DEBUG] Attempting to release lock 140123914659824 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.275] [filelock] [DEBUG] Lock 140123914659824 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.286] [filelock] [DEBUG] Attempting to acquire lock 140123932734368 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.287] [filelock] [DEBUG] Lock 140123932734368 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.294] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.315] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.320] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.326] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.331] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.338] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.344] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.349] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.361] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.371] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.378] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.382] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.396] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.403] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.410] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.420] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.429] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.434] [filelock] [DEBUG] Attempting to release lock 140123932734368 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.434] [filelock] [DEBUG] Lock 140123932734368 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932821248 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932821248 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140123932821248 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932821248 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932002528 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932002528 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932002528 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932002528 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932821248 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932821248 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932821248 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932821248 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932124016 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932124016 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932124016 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932124016 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914913152 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914913152 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123914913152 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914913152 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932127184 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932127184 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932127184 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932127184 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932125552 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932125552 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932125552 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932125552 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932124256 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932124256 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd268635762b9ad8cb4b8866b4d54064d9074a64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932124256 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932124256 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932240432 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932240432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '279df8e96468963c514ae2d0bf515e38111fadfa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '279df8e96468963c514ae2d0bf515e38111fadfa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932240432 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932240432 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914661744 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914661744 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e43432345585c76e156907d0b98f331d9af7ac4c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e43432345585c76e156907d0b98f331d9af7ac4c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123914661744 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914661744 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914659824 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914659824 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e43432345585c76e156907d0b98f331d9af7ac4c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e43432345585c76e156907d0b98f331d9af7ac4c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 0.0.1 of test_app DEBUG filelock:_api.py:209 Attempting to release lock 140123914659824 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914659824 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932734368 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932734368 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932734368 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932734368 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_show_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_basic_stamp[git] 12.93
[gw0] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw0] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw0] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw0] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.415] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.456] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.516] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.538] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.544] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.555] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.611] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.644] [filelock] [DEBUG] Attempting to acquire lock 140555238308160 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.645] [filelock] [DEBUG] Lock 140555238308160 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.649] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.686] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.698] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.705] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.717] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.731] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.743] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.750] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.779] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.793] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.818] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.820] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo [2022-05-22 12:00:50.860] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo [2022-05-22 12:00:50.861] [filelock] [DEBUG] Attempting to release lock 140555238308160 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.861] [filelock] [DEBUG] Lock 140555238308160 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.869] [filelock] [DEBUG] Attempting to acquire lock 140555237483904 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.869] [filelock] [DEBUG] Lock 140555237483904 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.871] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.898] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.906] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.913] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.922] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.940] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [ERROR] vmn repo tracking is already initialized [2022-05-22 12:00:50.955] [vmn] [ERROR] vmn repo tracking is already initialized [ERROR] Repository status is in unexpected state: {'repo_tracked'} [2022-05-22 12:00:50.956] [vmn] [ERROR] Repository status is in unexpected state: {'repo_tracked'} [2022-05-22 12:00:50.956] [filelock] [DEBUG] Attempting to release lock 140555237483904 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.956] [filelock] [DEBUG] Lock 140555237483904 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.965] [filelock] [DEBUG] Attempting to acquire lock 140555238308160 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.965] [filelock] [DEBUG] Lock 140555238308160 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.968] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.996] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.008] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.013] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.024] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.030] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.036] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.043] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.049] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.056] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.064] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.075] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.081] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.094] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.099] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.224] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.250] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.272] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.273] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.354] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.370] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.371] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.426] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.427] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.442] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.452] [filelock] [DEBUG] Attempting to release lock 140555238308160 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.453] [filelock] [DEBUG] Lock 140555238308160 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.464] [filelock] [DEBUG] Attempting to acquire lock 140555228849872 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.472] [filelock] [DEBUG] Lock 140555228849872 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.481] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.509] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.527] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.535] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.548] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.568] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.577] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.591] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.608] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.629] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.642] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.653] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.667] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.681] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.694] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.705] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.715] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.725] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.849] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.855] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.862] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.863] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.893] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.900] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.901] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:00:53.948] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:53.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.014] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.022] [filelock] [DEBUG] Attempting to release lock 140555228849872 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.022] [filelock] [DEBUG] Lock 140555228849872 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.033] [filelock] [DEBUG] Attempting to acquire lock 140555228849296 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.033] [filelock] [DEBUG] Lock 140555228849296 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.039] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.095] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.103] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.109] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.121] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.137] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.147] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.159] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.176] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.192] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.200] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.220] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.231] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.248] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:00:54.277] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:54.278] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.299] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.314] [filelock] [DEBUG] Attempting to release lock 140555228849296 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.314] [filelock] [DEBUG] Lock 140555228849296 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.331] [filelock] [DEBUG] Attempting to acquire lock 140555228630320 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.332] [filelock] [DEBUG] Lock 140555228630320 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.336] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.367] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.374] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.399] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.411] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.424] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.435] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.447] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.478] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.501] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.509] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.523] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.536] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.553] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.573] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.710] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app_2\n prerelease: release\n prerelease_count: {}\n previous_version: 1.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2_1.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.717] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.728] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:55.729] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.759] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.770] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:55.771] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/test_app_2 [2022-05-22 12:00:55.796] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/test_app_2 [2022-05-22 12:00:55.798] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.811] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.820] [filelock] [DEBUG] Attempting to release lock 140555228630320 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.820] [filelock] [DEBUG] Lock 140555228630320 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.830] [filelock] [DEBUG] Attempting to acquire lock 140555228627488 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.831] [filelock] [DEBUG] Lock 140555228627488 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.836] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.868] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.873] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '268b249eea80626df2fc198b0601c5a42e72010b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.880] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.889] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.896] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.905] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.920] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.933] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.940] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.954] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.962] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.978] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.996] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_1.0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.005] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.013] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.144] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0.1\n changesets:\n .:\n hash: 268b249eea80626df2fc198b0601c5a42e72010b\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app_2\n prerelease: release\n prerelease_count: {}\n previous_version: 1.0.0\n release_mode: hotfix\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2_1.0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.154] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.167] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.168] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.211] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2_1.0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.222] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.223] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2_1.0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.0.0.1 [2022-05-22 12:00:57.251] [vmn] [INFO] 1.0.0.1 [2022-05-22 12:00:57.252] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.265] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.274] [filelock] [DEBUG] Attempting to release lock 140555228627488 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.275] [filelock] [DEBUG] Lock 140555228627488 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.287] [filelock] [DEBUG] Attempting to acquire lock 140555250333392 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.287] [filelock] [DEBUG] Lock 140555250333392 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.294] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.316] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.323] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.328] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '023a930d4a3246d833795fa30f41607d28c19b08', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.334] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.344] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.351] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.357] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.371] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.383] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.389] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.394] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.404] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.410] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.423] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.431] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '023a930d4a3246d833795fa30f41607d28c19b08', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 1.0.0.1 [2022-05-22 12:00:57.437] [vmn] [INFO] 1.0.0.1 [2022-05-22 12:00:57.438] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.448] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.457] [filelock] [DEBUG] Attempting to release lock 140555250333392 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.457] [filelock] [DEBUG] Lock 140555250333392 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.466] [filelock] [DEBUG] Attempting to acquire lock 140555250333056 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.467] [filelock] [DEBUG] Lock 140555250333056 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.472] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.494] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.500] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.506] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '023a930d4a3246d833795fa30f41607d28c19b08', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.510] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.520] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.527] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.534] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.548] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.562] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.568] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.575] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.582] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.587] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.602] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.614] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '023a930d4a3246d833795fa30f41607d28c19b08', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:00:57.620] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:57.620] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.633] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.644] [filelock] [DEBUG] Attempting to release lock 140555250333056 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.645] [filelock] [DEBUG] Lock 140555250333056 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.653] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.663] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.671] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.712] [filelock] [DEBUG] Attempting to acquire lock 140555250332816 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.712] [filelock] [DEBUG] Lock 140555250332816 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.719] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.738] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.744] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.751] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '3a6a96862285bf23e1ab36d29595de829272a5f8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.762] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.769] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.775] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.788] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.798] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.804] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.810] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.824] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.838] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.848] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '3a6a96862285bf23e1ab36d29595de829272a5f8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.856] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_1.0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.866] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.876] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.003] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0.2\n changesets:\n .:\n hash: 3a6a96862285bf23e1ab36d29595de829272a5f8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app_2\n prerelease: release\n prerelease_count: {}\n previous_version: 1.0.0.1\n release_mode: hotfix\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2_1.0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.012] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.023] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.024] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.083] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2_1.0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.095] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.100] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2_1.0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.0.0.2 [2022-05-22 12:00:59.143] [vmn] [INFO] 1.0.0.2 [2022-05-22 12:00:59.144] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.183] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.211] [filelock] [DEBUG] Attempting to release lock 140555250332816 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.212] [filelock] [DEBUG] Lock 140555250332816 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.239] [filelock] [DEBUG] Attempting to acquire lock 140555228850592 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.239] [filelock] [DEBUG] Lock 140555228850592 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.248] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.284] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.298] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.315] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '24805c40a28d8e31995599188b87552b5c68b5d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.322] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.339] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.356] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.380] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.398] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.418] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.433] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.443] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.458] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.469] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.493] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.507] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '24805c40a28d8e31995599188b87552b5c68b5d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 1.0.0.2 [2022-05-22 12:00:59.520] [vmn] [INFO] 1.0.0.2 [2022-05-22 12:00:59.521] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.545] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.558] [filelock] [DEBUG] Attempting to release lock 140555228850592 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.558] [filelock] [DEBUG] Lock 140555228850592 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.576] [filelock] [DEBUG] Attempting to acquire lock 140555250333056 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.577] [filelock] [DEBUG] Lock 140555250333056 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.591] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.636] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.643] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.653] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '24805c40a28d8e31995599188b87552b5c68b5d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.670] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.679] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.689] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.698] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.727] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.762] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.784] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.805] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.849] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.882] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '24805c40a28d8e31995599188b87552b5c68b5d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.909] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.931] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.948] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.090] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 3a6a96862285bf23e1ab36d29595de829272a5f8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.098] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.114] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.116] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.156] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.169] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.170] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.2 [2022-05-22 12:01:01.199] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:01.200] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.214] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.225] [filelock] [DEBUG] Attempting to release lock 140555250333056 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.225] [filelock] [DEBUG] Lock 140555250333056 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.237] [filelock] [DEBUG] Attempting to acquire lock 140555238215008 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.237] [filelock] [DEBUG] Lock 140555238215008 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.247] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.276] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.283] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.292] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.299] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.310] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.319] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.329] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.369] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.375] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.386] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.393] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.408] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.425] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.436] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 0.0.2 [2022-05-22 12:01:01.445] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:01.446] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.458] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.468] [filelock] [DEBUG] Attempting to release lock 140555238215008 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.468] [filelock] [DEBUG] Lock 140555238215008 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.478] [filelock] [DEBUG] Attempting to acquire lock 140555228156112 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.478] [filelock] [DEBUG] Lock 140555228156112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.484] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.511] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.519] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.527] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.535] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.544] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.553] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.562] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.576] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.590] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.599] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.606] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.616] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.626] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.644] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.654] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 1.0.0.2 [2022-05-22 12:01:01.663] [vmn] [INFO] 1.0.0.2 [2022-05-22 12:01:01.664] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.677] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.689] [filelock] [DEBUG] Attempting to release lock 140555228156112 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.690] [filelock] [DEBUG] Lock 140555228156112 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.708] [filelock] [DEBUG] Attempting to acquire lock 140555250333248 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.708] [filelock] [DEBUG] Lock 140555250333248 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.718] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.757] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.768] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.776] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.792] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.801] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.826] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.843] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.851] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.858] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.869] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.875] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.893] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.904] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 1.0.0.2 [2022-05-22 12:01:01.914] [vmn] [INFO] 1.0.0.2 [2022-05-22 12:01:01.915] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.927] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.941] [filelock] [DEBUG] Attempting to release lock 140555250333248 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.941] [filelock] [DEBUG] Lock 140555250333248 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.959] [filelock] [DEBUG] Attempting to acquire lock 140555237619696 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.960] [filelock] [DEBUG] Lock 140555237619696 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.963] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.989] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.998] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.004] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.010] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.021] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.027] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.035] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'myapp_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.043] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.056] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.065] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.073] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.087] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.095] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.224] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 3a6a96862285bf23e1ab36d29595de829272a5f8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: myapp\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'myapp_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.230] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.241] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.242] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.276] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/myapp_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.288] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.289] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/myapp_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/myapp [2022-05-22 12:01:03.316] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/myapp [2022-05-22 12:01:03.317] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'myapp_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.333] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'myapp*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.344] [filelock] [DEBUG] Attempting to release lock 140555237619696 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.344] [filelock] [DEBUG] Lock 140555237619696 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140555238308160 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555238308160 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140555238308160 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555238308160 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555237483904 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555237483904 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1611 vmn repo tracking is already initialized ERROR vmn:vmn.py:1613 Repository status is in unexpected state: {'repo_tracked'} DEBUG filelock:_api.py:209 Attempting to release lock 140555237483904 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555237483904 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555238308160 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555238308160 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555238308160 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555238308160 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228849872 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228849872 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228849872 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228849872 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228849296 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228849296 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228849296 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228849296 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228630320 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228630320 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app_2\n prerelease: release\n prerelease_count: {}\n previous_version: 1.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2_1.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/test_app_2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228630320 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228630320 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228627488 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228627488 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '268b249eea80626df2fc198b0601c5a42e72010b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_1.0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0.1\n changesets:\n .:\n hash: 268b249eea80626df2fc198b0601c5a42e72010b\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app_2\n prerelease: release\n prerelease_count: {}\n previous_version: 1.0.0\n release_mode: hotfix\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2_1.0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2_1.0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2_1.0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228627488 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228627488 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555250333392 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555250333392 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '023a930d4a3246d833795fa30f41607d28c19b08', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '023a930d4a3246d833795fa30f41607d28c19b08', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 1.0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555250333392 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555250333392 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555250333056 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555250333056 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '023a930d4a3246d833795fa30f41607d28c19b08', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '023a930d4a3246d833795fa30f41607d28c19b08', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555250333056 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555250333056 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140555250332816 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555250332816 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '3a6a96862285bf23e1ab36d29595de829272a5f8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '3a6a96862285bf23e1ab36d29595de829272a5f8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_1.0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0.2\n changesets:\n .:\n hash: 3a6a96862285bf23e1ab36d29595de829272a5f8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app_2\n prerelease: release\n prerelease_count: {}\n previous_version: 1.0.0.1\n release_mode: hotfix\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2_1.0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2_1.0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2_1.0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555250332816 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555250332816 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228850592 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228850592 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '24805c40a28d8e31995599188b87552b5c68b5d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '24805c40a28d8e31995599188b87552b5c68b5d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 1.0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228850592 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228850592 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555250333056 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555250333056 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '24805c40a28d8e31995599188b87552b5c68b5d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '24805c40a28d8e31995599188b87552b5c68b5d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 3a6a96862285bf23e1ab36d29595de829272a5f8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555250333056 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555250333056 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555238215008 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555238215008 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555238215008 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555238215008 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228156112 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228156112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 1.0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228156112 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228156112 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555250333248 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555250333248 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 1.0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555250333248 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555250333248 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555237619696 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555237619696 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a93102ff7a6b6b29b1880f50fc0863941203870d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'myapp_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 3a6a96862285bf23e1ab36d29595de829272a5f8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: myapp\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'myapp_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/myapp_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/myapp_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/myapp DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'myapp_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'myapp*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555237619696 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555237619696 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_stamp_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_multi_repo_dependency[git] 7.61
[gw8] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw8] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw8] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw8] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.424] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.451] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.506] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.526] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.548] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.565] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.611] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.646] [filelock] [DEBUG] Attempting to acquire lock 140412023458880 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.646] [filelock] [DEBUG] Lock 140412023458880 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.649] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.679] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.687] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.696] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.713] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.719] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.730] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.739] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.758] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.766] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.797] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.798] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.838] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo [2022-05-22 12:00:50.840] [filelock] [DEBUG] Attempting to release lock 140412023458880 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.840] [filelock] [DEBUG] Lock 140412023458880 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.867] [filelock] [DEBUG] Attempting to acquire lock 140412022629328 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.867] [filelock] [DEBUG] Lock 140412022629328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.869] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.888] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.893] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.900] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.914] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.925] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.939] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.959] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.963] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.974] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.980] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.991] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.025] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.044] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.053] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.184] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.194] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.213] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.216] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.299] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.340] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.341] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.397] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/test_app [2022-05-22 12:00:52.397] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.426] [filelock] [DEBUG] Attempting to release lock 140412022629328 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.427] [filelock] [DEBUG] Lock 140412022629328 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.458] [filelock] [DEBUG] Attempting to acquire lock 140412023456192 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.458] [filelock] [DEBUG] Lock 140412023456192 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.463] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.487] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.499] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.515] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.522] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.532] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.546] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.556] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.569] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.580] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.591] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.603] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.615] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.637] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.654] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.683] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.695] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.819] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.825] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.832] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.855] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.864] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.865] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.889] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:53.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.901] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.913] [filelock] [DEBUG] Attempting to release lock 140412023456192 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.913] [filelock] [DEBUG] Lock 140412023456192 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.914] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.928] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.953] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.977] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1'])'s unused stdout: [2022-05-22 12:00:54.008] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.017] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.028] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.071] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.155] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.187] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.199] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.269] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.277] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.304] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.362] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2'])'s unused stdout: [2022-05-22 12:00:54.391] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.403] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.418] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.468] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.524] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.560] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.579] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.658] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.679] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.692] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.706] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.773] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.791] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.805] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.863] [filelock] [DEBUG] Attempting to acquire lock 140412022768544 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.864] [filelock] [DEBUG] Lock 140412022768544 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.873] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.915] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.923] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.934] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.942] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.957] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.967] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.982] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.990] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.002] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.015] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.030] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.052] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.074] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.085] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.095] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.104] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.117] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.125] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.136] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.153] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.160] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.173] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.184] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.203] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.216] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.231] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.258] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.291] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.324] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.357] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.365] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.374] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.383] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.389] [vmn] [ERROR] Pending changes in /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1. [2022-05-22 12:00:55.390] [vmn] [ERROR] Repository status is in unexpected state: {'detached', 'modified', 'dirty_deps'} [2022-05-22 12:00:55.391] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.408] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.421] [filelock] [DEBUG] Attempting to release lock 140412022768544 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.422] [filelock] [DEBUG] Lock 140412022768544 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.429] [git.cmd] [DEBUG] Popen(['git', 'reset', '--hard'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.449] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.463] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.487] [filelock] [DEBUG] Attempting to acquire lock 140412022628704 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.487] [filelock] [DEBUG] Lock 140412022628704 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.495] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.519] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.527] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.534] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.540] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.546] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.554] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.562] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.569] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.578] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.585] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.592] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.605] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.618] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.624] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.634] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.639] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.647] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.652] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.659] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.665] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.671] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.678] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.685] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.700] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.711] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.720] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.738] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.747] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.753] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.759] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.771] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.788] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.794] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.802] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.814] [vmn] [ERROR] Outgoing changes in /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1 from branch master (origin/master..master) [2022-05-22 12:00:55.814] [vmn] [ERROR] Repository status is in unexpected state: {'detached', 'modified', 'dirty_deps'} [2022-05-22 12:00:55.816] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.829] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.840] [filelock] [DEBUG] Attempting to release lock 140412022628704 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.841] [filelock] [DEBUG] Lock 140412022628704 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.848] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.860] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.870] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.916] [filelock] [DEBUG] Attempting to acquire lock 140412022632352 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.917] [filelock] [DEBUG] Lock 140412022632352 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.925] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.954] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.962] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.968] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.978] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.987] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.001] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.007] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.013] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.020] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.031] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.066] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.074] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.083] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.091] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.101] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.108] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.118] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.125] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.132] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.140] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.146] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.164] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.177] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.189] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.215] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.224] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.230] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.239] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.258] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.274] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.280] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.291] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.300] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.311] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.434] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: f6e389552de97bfb06ab2c0da398c0a300fc40b0\n remote: ../test_repo_remote\n vcs_type: git\n ../repo1:\n hash: e6c3f12e403090cc4b267989b9005e857ab9849d\n remote: ../repo1_remote\n vcs_type: git\n ../repo2:\n hash: 92a8012788d9bd4ddf71f59f9fae74174e3a88ef\n remote: ../repo2_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.443] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.451] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.452] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.483] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.494] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.495] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.520] [vmn] [INFO] 0.0.2 [2022-05-22 12:00:57.521] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.537] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.546] [filelock] [DEBUG] Attempting to release lock 140412022632352 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.546] [filelock] [DEBUG] Lock 140412022632352 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.559] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.568] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.578] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.617] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.627] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.636] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.678] [filelock] [DEBUG] Attempting to acquire lock 140412022789120 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.678] [filelock] [DEBUG] Lock 140412022789120 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.685] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.705] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.711] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.718] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0d4cbf80bf378313bc0ff5ec59bbd69f30818e02', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.723] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.731] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.736] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.744] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.751] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.759] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.766] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.772] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.788] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.802] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.807] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.814] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.823] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.830] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.840] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.847] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.854] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.863] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.871] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.877] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.896] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.908] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0d4cbf80bf378313bc0ff5ec59bbd69f30818e02', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.918] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.936] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.943] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.954] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.964] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.981] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.986] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.994] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.000] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.004] [vmn] [ERROR] Dependency repository were specified in conf.yml file. However repos: ['/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/../repo3'] do not exist. Please clone and rerun [2022-05-22 12:00:58.005] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.019] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.028] [filelock] [DEBUG] Attempting to release lock 140412022789120 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.029] [filelock] [DEBUG] Lock 140412022789120 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock [INFO] 0.0.2 [ERROR] Dependency repository were specified in conf.yml file. However repos: ['/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/../repo3'] do not exist. Please clone and rerun
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140412023458880 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412023458880 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140412023458880 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412023458880 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022629328 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022629328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412022629328 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022629328 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140412023456192 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412023456192 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412023456192 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412023456192 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022768544 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022768544 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1611 Pending changes in /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1. ERROR vmn:vmn.py:1613 Repository status is in unexpected state: {'detached', 'modified', 'dirty_deps'} DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412022768544 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022768544 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'reset', '--hard'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022628704 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022628704 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1611 Outgoing changes in /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1 from branch master (origin/master..master) ERROR vmn:vmn.py:1613 Repository status is in unexpected state: {'detached', 'modified', 'dirty_deps'} DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412022628704 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022628704 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022632352 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022632352 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f6e389552de97bfb06ab2c0da398c0a300fc40b0', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: f6e389552de97bfb06ab2c0da398c0a300fc40b0\n remote: ../test_repo_remote\n vcs_type: git\n ../repo1:\n hash: e6c3f12e403090cc4b267989b9005e857ab9849d\n remote: ../repo1_remote\n vcs_type: git\n ../repo2:\n hash: 92a8012788d9bd4ddf71f59f9fae74174e3a88ef\n remote: ../repo2_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412022632352 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022632352 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022789120 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022789120 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0d4cbf80bf378313bc0ff5ec59bbd69f30818e02', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0d4cbf80bf378313bc0ff5ec59bbd69f30818e02', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/repo1, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1602 Dependency repository were specified in conf.yml file. However repos: ['/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/../repo3'] do not exist. Please clone and rerun DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412022789120 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022789120 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_multi_repo_dependency_git0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_git_hooks[git-post-commit] 6.47
[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.429] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.453] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.508] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.525] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.538] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.565] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.611] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.647] [filelock] [DEBUG] Attempting to acquire lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.647] [filelock] [DEBUG] Lock 140598151262064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.650] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.682] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.692] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.699] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.708] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.717] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.730] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.759] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.767] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.777] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.788] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.790] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.827] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo [2022-05-22 12:00:50.829] [filelock] [DEBUG] Attempting to release lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.829] [filelock] [DEBUG] Lock 140598151262064 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.837] [filelock] [DEBUG] Attempting to acquire lock 140598150432656 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.837] [filelock] [DEBUG] Lock 140598150432656 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.841] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.867] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.877] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.886] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.900] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.909] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.915] [vmn] [ERROR] vmn repo tracking is already initialized [2022-05-22 12:00:50.915] [vmn] [ERROR] Repository status is in unexpected state: {'repo_tracked'} [2022-05-22 12:00:50.916] [filelock] [DEBUG] Attempting to release lock 140598150432656 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.916] [filelock] [DEBUG] Lock 140598150432656 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.937] [filelock] [DEBUG] Attempting to acquire lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.937] [filelock] [DEBUG] Lock 140598151262064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.940] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.967] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.976] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.986] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.007] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.015] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.024] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.034] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.057] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.071] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.080] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.086] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.094] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.102] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.108] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.230] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.262] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.294] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.295] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.379] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.392] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.393] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.421] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/test_app [2022-05-22 12:00:52.422] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.444] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.465] [filelock] [DEBUG] Attempting to release lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.466] [filelock] [DEBUG] Lock 140598151262064 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.477] [filelock] [DEBUG] Attempting to acquire lock 140598133204448 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.478] [filelock] [DEBUG] Lock 140598133204448 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.489] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.523] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.534] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.553] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.561] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.570] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.578] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.637] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.647] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.655] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.663] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.671] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.682] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.705] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.725] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.732] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.740] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.861] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.870] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.878] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.879] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.911] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.918] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.919] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.962] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:53.963] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.989] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.999] [filelock] [DEBUG] Attempting to release lock 140598133204448 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.999] [filelock] [DEBUG] Lock 140598133204448 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.005] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.020] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.039] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.116] [filelock] [DEBUG] Attempting to acquire lock 140598133206416 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.117] [filelock] [DEBUG] Lock 140598133206416 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.127] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.169] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.175] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.187] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.193] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.208] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.217] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.232] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.251] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.269] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.280] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.297] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.306] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.315] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.331] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.345] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.354] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.377] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.397] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.408] [filelock] [DEBUG] Attempting to release lock 140598133206416 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.409] [filelock] [DEBUG] Lock 140598133206416 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.420] [filelock] [DEBUG] Attempting to acquire lock 140598150484944 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.420] [filelock] [DEBUG] Lock 140598150484944 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.435] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.485] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.493] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.500] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.513] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.526] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.537] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.547] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.566] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.581] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.589] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.611] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.620] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.641] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.658] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.670] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.680] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.696] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.730] [vmn] [INFO] Reverting vmn changes... [2022-05-22 12:00:54.731] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/test_app/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.742] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/test_app/last_known_app_version.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.755] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout-index', '--index', '--force', '--stdin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.763] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '--hard', 'HEAD~1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.775] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.809] [vmn] [ERROR] Failed to stamp [2022-05-22 12:00:54.810] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.830] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.845] [filelock] [DEBUG] Attempting to release lock 140598150484944 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.845] [filelock] [DEBUG] Lock 140598150484944 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.861] [filelock] [DEBUG] Attempting to acquire lock 140598151168544 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.862] [filelock] [DEBUG] Lock 140598151168544 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.868] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.895] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.906] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.913] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.925] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.939] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.947] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.959] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.976] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.995] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.007] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.015] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.029] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.037] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.063] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.076] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.090] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.109] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.121] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.131] [filelock] [DEBUG] Attempting to release lock 140598151168544 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.132] [filelock] [DEBUG] Lock 140598151168544 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.145] [filelock] [DEBUG] Attempting to acquire lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.145] [filelock] [DEBUG] Lock 140598151262064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.154] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.186] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.196] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.205] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.213] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.227] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.235] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.247] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.268] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.313] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.324] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.333] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.341] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.349] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.370] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.383] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.391] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.401] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.548] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 5ab1a53c8c21c988401a8a5476c027a094f01283\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.555] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.566] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.568] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.602] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.612] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.613] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.642] [vmn] [INFO] 0.0.2 [2022-05-22 12:00:56.644] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.658] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.670] [filelock] [DEBUG] Attempting to release lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.670] [filelock] [DEBUG] Lock 140598151262064 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.683] [filelock] [DEBUG] Attempting to acquire lock 140598150593312 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.683] [filelock] [DEBUG] Lock 140598150593312 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.691] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.717] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.724] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.731] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '782e3680a5fbfe264bd000d40b358a43fca2590e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.739] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.748] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.757] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.763] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.780] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.792] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.800] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.806] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.815] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.823] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.840] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.850] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '782e3680a5fbfe264bd000d40b358a43fca2590e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.857] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.873] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.885] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.893] [filelock] [DEBUG] Attempting to release lock 140598150593312 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.893] [filelock] [DEBUG] Lock 140598150593312 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598151262064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598151262064 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150432656 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150432656 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1611 vmn repo tracking is already initialized ERROR vmn:vmn.py:1613 Repository status is in unexpected state: {'repo_tracked'} DEBUG filelock:_api.py:209 Attempting to release lock 140598150432656 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150432656 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598151262064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598151262064 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133204448 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133204448 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598133204448 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133204448 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133206416 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133206416 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598133206416 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133206416 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150484944 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150484944 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1001 Reverting vmn changes... DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/test_app/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/test_app/last_known_app_version.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout-index', '--index', '--force', '--stdin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '--hard', 'HEAD~1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1781 Failed to stamp DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150484944 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150484944 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598151168544 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598151168544 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598151168544 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598151168544 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598151262064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '5ab1a53c8c21c988401a8a5476c027a094f01283', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 5ab1a53c8c21c988401a8a5476c027a094f01283\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598151262064 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598151262064 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150593312 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150593312 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '782e3680a5fbfe264bd000d40b358a43fca2590e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '782e3680a5fbfe264bd000d40b358a43fca2590e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150593312 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150593312 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_git_hooks_git_post_commit0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_jinja2_gen[git] 11.28
[gw4] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw4] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw4] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw4] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.417] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.451] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.507] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.541] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.548] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.565] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.620] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.657] [filelock] [DEBUG] Attempting to acquire lock 140152785890560 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.657] [filelock] [DEBUG] Lock 140152785890560 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.662] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.688] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.693] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.703] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.713] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.744] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.761] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.794] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.805] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.821] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.823] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.866] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo [2022-05-22 12:00:50.868] [filelock] [DEBUG] Attempting to release lock 140152785890560 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.869] [filelock] [DEBUG] Lock 140152785890560 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.877] [filelock] [DEBUG] Attempting to acquire lock 140152785066544 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.879] [filelock] [DEBUG] Lock 140152785066544 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.885] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.919] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.934] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.944] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.959] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.981] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.991] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.001] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.011] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.020] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.061] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.076] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.092] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.098] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.220] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.238] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.265] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.328] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.368] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.368] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.410] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.411] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.433] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.441] [filelock] [DEBUG] Attempting to release lock 140152785066544 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.441] [filelock] [DEBUG] Lock 140152785066544 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.451] [filelock] [DEBUG] Attempting to acquire lock 140152785890560 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.452] [filelock] [DEBUG] Lock 140152785890560 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.459] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.489] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.495] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.503] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.515] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.527] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.533] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.554] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.577] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.585] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.592] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.600] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.611] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.628] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.644] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.663] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.691] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.815] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.821] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.827] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.828] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.849] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.858] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.859] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.878] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:53.879] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.892] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.912] [filelock] [DEBUG] Attempting to release lock 140152785890560 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.912] [filelock] [DEBUG] Lock 140152785890560 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.917] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:53.930] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:53.940] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.044] [filelock] [DEBUG] Attempting to acquire lock 140152785184320 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.045] [filelock] [DEBUG] Lock 140152785184320 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.051] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.091] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.101] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.140] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.146] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.154] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.165] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.173] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.190] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.211] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.225] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.249] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.260] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.273] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.295] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.324] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.333] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.351] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.379] [filelock] [DEBUG] Attempting to release lock 140152785184320 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.383] [filelock] [DEBUG] Lock 140152785184320 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.394] [filelock] [DEBUG] Attempting to acquire lock 140152785117872 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.394] [filelock] [DEBUG] Lock 140152785117872 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.405] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.451] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.460] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.475] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.483] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.496] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.513] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.523] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.547] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.569] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.580] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.607] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.614] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.627] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.652] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.669] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.680] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.705] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.714] [vmn] [ERROR] The repository is in dirty state. Refusing to gen [2022-05-22 12:00:54.715] [vmn] [ERROR] Failed to gen, run with --debug for more details [2022-05-22 12:00:54.715] [vmn] [DEBUG] Logged Exception message: Traceback (most recent call last): File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1433, in handle_gen out = gen(vmn_ctx.vcs, vmn_ctx.params, vmn_ctx.args.version) File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1912, in gen raise RuntimeError() RuntimeError [2022-05-22 12:00:54.726] [filelock] [DEBUG] Attempting to release lock 140152785117872 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.726] [filelock] [DEBUG] Lock 140152785117872 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.740] [filelock] [DEBUG] Attempting to acquire lock 140152785117920 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.741] [filelock] [DEBUG] Lock 140152785117920 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.749] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.786] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.798] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.805] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.814] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.825] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.833] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.843] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.879] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.903] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.921] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.940] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.954] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.968] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.985] [vmn] [ERROR] The repository is not exactly at version: 0.0.1. You can use `vmn goto` in order to jump to that version. Refusing to gen [2022-05-22 12:00:54.986] [vmn] [ERROR] Failed to gen, run with --debug for more details [2022-05-22 12:00:54.986] [vmn] [DEBUG] Logged Exception message: Traceback (most recent call last): File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1433, in handle_gen out = gen(vmn_ctx.vcs, vmn_ctx.params, vmn_ctx.args.version) File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1920, in gen raise RuntimeError() RuntimeError [2022-05-22 12:00:54.986] [filelock] [DEBUG] Attempting to release lock 140152785117920 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.987] [filelock] [DEBUG] Lock 140152785117920 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.001] [filelock] [DEBUG] Attempting to acquire lock 140152785214432 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.002] [filelock] [DEBUG] Lock 140152785214432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.008] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.060] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.069] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.079] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.093] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.101] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.113] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.129] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.147] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.164] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.173] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.190] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.201] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.218] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.231] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.249] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.264] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.276] [vmn] [INFO] You are at version 0.0.1 of test_app [2022-05-22 12:00:55.280] [filelock] [DEBUG] Attempting to release lock 140152785214432 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.280] [filelock] [DEBUG] Lock 140152785214432 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.299] [filelock] [DEBUG] Attempting to acquire lock 140152775397680 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.299] [filelock] [DEBUG] Lock 140152775397680 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.338] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.346] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.353] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.361] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.370] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.380] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.389] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.405] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.421] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.430] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.439] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.457] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.468] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.476] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.492] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.508] [filelock] [DEBUG] Attempting to release lock 140152775397680 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.508] [filelock] [DEBUG] Lock 140152775397680 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.521] [filelock] [DEBUG] Attempting to acquire lock 140152775821680 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.521] [filelock] [DEBUG] Lock 140152775821680 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.527] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.550] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.556] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.562] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.568] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.577] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.585] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.592] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.606] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.618] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.623] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.631] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.643] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.653] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.660] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.674] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.683] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', '6fa1245588afdd284a1a1a2781b6efb0878d56b9'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.690] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.697] [vmn] [INFO] You are at the tip of the branch of version 0.0.1 for test_app [2022-05-22 12:00:55.698] [filelock] [DEBUG] Attempting to release lock 140152775821680 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.698] [filelock] [DEBUG] Lock 140152775821680 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.709] [filelock] [DEBUG] Attempting to acquire lock 140152775820096 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.709] [filelock] [DEBUG] Lock 140152775820096 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.715] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.739] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.747] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.752] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.757] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.766] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.773] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.779] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.792] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.806] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.812] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.819] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.826] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.848] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.859] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.866] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.880] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.890] [vmn] [ERROR] The repository is in dirty state. Refusing to gen [2022-05-22 12:00:55.891] [vmn] [ERROR] Failed to gen, run with --debug for more details [2022-05-22 12:00:55.891] [vmn] [DEBUG] Logged Exception message: Traceback (most recent call last): File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1433, in handle_gen out = gen(vmn_ctx.vcs, vmn_ctx.params, vmn_ctx.args.version) File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1912, in gen raise RuntimeError() RuntimeError [2022-05-22 12:00:55.892] [filelock] [DEBUG] Attempting to release lock 140152775820096 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.892] [filelock] [DEBUG] Lock 140152775820096 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.905] [filelock] [DEBUG] Attempting to acquire lock 140152775643440 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.906] [filelock] [DEBUG] Lock 140152775643440 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.934] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.942] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.948] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.953] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.963] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.970] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.977] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.998] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.010] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.015] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.022] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.032] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.038] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.056] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.066] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.074] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.088] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.105] [filelock] [DEBUG] Attempting to release lock 140152775643440 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.106] [filelock] [DEBUG] Lock 140152775643440 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.119] [filelock] [DEBUG] Attempting to acquire lock 140152775561568 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.120] [filelock] [DEBUG] Lock 140152775561568 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.123] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.146] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.154] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.160] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.167] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.179] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.186] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.193] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.202] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.215] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.223] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.229] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.242] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.251] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.258] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.273] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.404] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: c490e777795dedbcdb24b05f51fc09534022463b\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app2/s1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app2-s1_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.514] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: test_app2/s1\n name: test_app2\n services:\n test_app2/s1: 0.0.0\n version: 0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app2_0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.520] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.529] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.530] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.557] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app2-s1_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.568] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.569] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app2-s1_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app2_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.606] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.607] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app2_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.633] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/test_app2 [2022-05-22 12:00:58.634] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.644] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.657] [filelock] [DEBUG] Attempting to release lock 140152775561568 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.657] [filelock] [DEBUG] Lock 140152775561568 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.665] [filelock] [DEBUG] Attempting to acquire lock 140152775563632 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.665] [filelock] [DEBUG] Lock 140152775563632 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.695] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.700] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.706] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'b3b98fa854f3b64857b9a4b400af41e8648d9603', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.713] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.723] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.734] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.743] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.760] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.781] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.849] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.857] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.863] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.869] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.884] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.904] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.913] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.928] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.948] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.960] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.966] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.975] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.113] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: b3b98fa854f3b64857b9a4b400af41e8648d9603\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app2/s1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app2-s1_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.238] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: test_app2/s1\n name: test_app2\n services:\n test_app2/s1: 0.0.1\n version: 1\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app2_1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.249] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.262] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.263] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.304] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app2-s1_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.318] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.319] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app2-s1_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.352] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app2_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.371] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.372] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app2_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.411] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:01.412] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.429] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.445] [filelock] [DEBUG] Attempting to release lock 140152775563632 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.445] [filelock] [DEBUG] Lock 140152775563632 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.455] [filelock] [DEBUG] Attempting to acquire lock 140152775564064 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.456] [filelock] [DEBUG] Lock 140152775564064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.461] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.485] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.493] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.499] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cf42d5c2dc40fd977670fd3caba92db7a15d9ae', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.509] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.521] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.533] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.559] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.574] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.581] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.588] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.603] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.624] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.640] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cf42d5c2dc40fd977670fd3caba92db7a15d9ae', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.648] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.662] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.686] [filelock] [DEBUG] Attempting to release lock 140152775564064 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.686] [filelock] [DEBUG] Lock 140152775564064 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock [INFO] You are at version 0.0.1 of test_app [INFO] You are at the tip of the branch of version 0.0.1 for test_app [ERROR] The repository is in dirty state. Refusing to gen [ERROR] Failed to gen, run with --debug for more details [DEBUG] Logged Exception message: Traceback (most recent call last): File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1433, in handle_gen out = gen(vmn_ctx.vcs, vmn_ctx.params, vmn_ctx.args.version) File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1912, in gen raise RuntimeError() RuntimeError [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/test_app2 [INFO] 0.0.1
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140152785890560 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152785890560 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140152785890560 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152785890560 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152785066544 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152785066544 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152785066544 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152785066544 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152785890560 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152785890560 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152785890560 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152785890560 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140152785184320 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152785184320 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152785184320 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152785184320 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152785117872 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152785117872 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1911 The repository is in dirty state. Refusing to gen ERROR vmn:vmn.py:1435 Failed to gen, run with --debug for more details DEBUG vmn:vmn.py:1436 Logged Exception message: Traceback (most recent call last): File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1433, in handle_gen out = gen(vmn_ctx.vcs, vmn_ctx.params, vmn_ctx.args.version) File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1912, in gen raise RuntimeError() RuntimeError DEBUG filelock:_api.py:209 Attempting to release lock 140152785117872 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152785117872 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152785117920 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152785117920 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1915 The repository is not exactly at version: 0.0.1. You can use `vmn goto` in order to jump to that version. Refusing to gen ERROR vmn:vmn.py:1435 Failed to gen, run with --debug for more details DEBUG vmn:vmn.py:1436 Logged Exception message: Traceback (most recent call last): File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1433, in handle_gen out = gen(vmn_ctx.vcs, vmn_ctx.params, vmn_ctx.args.version) File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1920, in gen raise RuntimeError() RuntimeError DEBUG filelock:_api.py:209 Attempting to release lock 140152785117920 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152785117920 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152785214432 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152785214432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 0.0.1 of test_app DEBUG filelock:_api.py:209 Attempting to release lock 140152785214432 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152785214432 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775397680 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775397680 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152775397680 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775397680 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775821680 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775821680 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6fa1245588afdd284a1a1a2781b6efb0878d56b9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', '6fa1245588afdd284a1a1a2781b6efb0878d56b9'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1991 You are at the tip of the branch of version 0.0.1 for test_app DEBUG filelock:_api.py:209 Attempting to release lock 140152775821680 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775821680 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775820096 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775820096 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1911 The repository is in dirty state. Refusing to gen ERROR vmn:vmn.py:1435 Failed to gen, run with --debug for more details DEBUG vmn:vmn.py:1436 Logged Exception message: Traceback (most recent call last): File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1433, in handle_gen out = gen(vmn_ctx.vcs, vmn_ctx.params, vmn_ctx.args.version) File "/root/Projects/vmn/tests/../version_stamp/vmn.py", line 1912, in gen raise RuntimeError() RuntimeError DEBUG filelock:_api.py:209 Attempting to release lock 140152775820096 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775820096 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775643440 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775643440 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152775643440 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775643440 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775561568 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775561568 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c490e777795dedbcdb24b05f51fc09534022463b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: c490e777795dedbcdb24b05f51fc09534022463b\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app2/s1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app2-s1_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: test_app2/s1\n name: test_app2\n services:\n test_app2/s1: 0.0.0\n version: 0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app2_0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app2-s1_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app2-s1_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app2_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app2_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/test_app2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152775561568 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775561568 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775563632 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775563632 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'b3b98fa854f3b64857b9a4b400af41e8648d9603', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: b3b98fa854f3b64857b9a4b400af41e8648d9603\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app2/s1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app2-s1_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: test_app2/s1\n name: test_app2\n services:\n test_app2/s1: 0.0.1\n version: 1\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app2_1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app2-s1_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app2-s1_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app2_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app2_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app2-s1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152775563632 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775563632 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775564064 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775564064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cf42d5c2dc40fd977670fd3caba92db7a15d9ae', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cf42d5c2dc40fd977670fd3caba92db7a15d9ae', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152775564064 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775564064 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_jinja2_gen_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_git_hooks[git-pre-push] 7.40
[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.415] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.451] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.506] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.538] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.545] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.578] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.616] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.643] [filelock] [DEBUG] Attempting to acquire lock 140656886564848 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.644] [filelock] [DEBUG] Lock 140656886564848 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.647] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.669] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.678] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.689] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.696] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.708] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.721] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.759] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.781] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.790] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.810] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.813] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.858] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo [2022-05-22 12:00:50.861] [filelock] [DEBUG] Attempting to release lock 140656886564848 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.861] [filelock] [DEBUG] Lock 140656886564848 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.869] [filelock] [DEBUG] Attempting to acquire lock 140656885738032 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.870] [filelock] [DEBUG] Lock 140656885738032 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.872] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.891] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.904] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.921] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.933] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.941] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.946] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.957] [vmn] [ERROR] vmn repo tracking is already initialized [2022-05-22 12:00:50.957] [vmn] [ERROR] Repository status is in unexpected state: {'repo_tracked'} [2022-05-22 12:00:50.957] [filelock] [DEBUG] Attempting to release lock 140656885738032 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.957] [filelock] [DEBUG] Lock 140656885738032 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.966] [filelock] [DEBUG] Attempting to acquire lock 140656886564848 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.966] [filelock] [DEBUG] Lock 140656886564848 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.969] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.998] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.004] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.010] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.019] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.033] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.048] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.056] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.066] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.086] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.094] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.099] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.104] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.114] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.119] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.240] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.258] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.278] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.279] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.368] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.390] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.391] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.434] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.434] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.450] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.463] [filelock] [DEBUG] Attempting to release lock 140656886564848 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.464] [filelock] [DEBUG] Lock 140656886564848 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.478] [filelock] [DEBUG] Attempting to acquire lock 140656885847760 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.479] [filelock] [DEBUG] Lock 140656885847760 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.492] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.527] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.546] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.551] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.557] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.565] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.582] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.601] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.665] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.675] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.688] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.702] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.712] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.722] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.747] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.754] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.762] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.880] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.891] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.900] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.901] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.958] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.960] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.012] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:54.013] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.039] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.053] [filelock] [DEBUG] Attempting to release lock 140656885847760 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.053] [filelock] [DEBUG] Lock 140656885847760 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.074] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.081] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.096] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.165] [filelock] [DEBUG] Attempting to acquire lock 140656885847040 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.166] [filelock] [DEBUG] Lock 140656885847040 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.171] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.204] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.222] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.233] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.243] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.254] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.261] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.281] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.298] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.321] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.330] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.337] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.349] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.356] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.375] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.388] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.397] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.420] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.430] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.438] [filelock] [DEBUG] Attempting to release lock 140656885847040 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.438] [filelock] [DEBUG] Lock 140656885847040 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.452] [filelock] [DEBUG] Attempting to acquire lock 140656885982352 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.452] [filelock] [DEBUG] Lock 140656885982352 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.460] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.501] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.510] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.522] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.532] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.568] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.575] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.589] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.606] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.622] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.630] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.643] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.650] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.659] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.679] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.691] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.707] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.716] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.728] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.859] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.867] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.879] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b"error: failed to push some refs to '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote'" [2022-05-22 12:00:55.880] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.893] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b"error: failed to push some refs to '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote'" [2022-05-22 12:00:55.894] [vmn] [INFO] Reverting vmn changes for tags: ['test_app_0.0.2'] ... [2022-05-22 12:00:55.894] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/test_app/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.905] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/test_app/last_known_app_version.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout-index', '--index', '--force', '--stdin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.921] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '--hard', 'HEAD~1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.930] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.936] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.959] [vmn] [ERROR] Failed to stamp [2022-05-22 12:00:55.960] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.975] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.988] [filelock] [DEBUG] Attempting to release lock 140656885982352 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.991] [filelock] [DEBUG] Lock 140656885982352 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.015] [filelock] [DEBUG] Attempting to acquire lock 140656965748528 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.015] [filelock] [DEBUG] Lock 140656965748528 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.023] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.046] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.055] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.061] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.079] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.087] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.096] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.102] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.117] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.130] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.138] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.145] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.151] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.159] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.173] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.186] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.193] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.220] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.227] [filelock] [DEBUG] Attempting to release lock 140656965748528 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.227] [filelock] [DEBUG] Lock 140656965748528 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.237] [filelock] [DEBUG] Attempting to acquire lock 140656885984464 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.237] [filelock] [DEBUG] Lock 140656885984464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.245] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.268] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.274] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.279] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.287] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.294] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.301] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.320] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.331] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.337] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.343] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.349] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.356] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.367] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.377] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.384] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.392] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.400] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.520] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.528] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.540] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.575] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.584] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.585] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.612] [vmn] [INFO] 0.0.2 [2022-05-22 12:00:57.613] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.626] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.633] [filelock] [DEBUG] Attempting to release lock 140656885984464 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.634] [filelock] [DEBUG] Lock 140656885984464 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.644] [filelock] [DEBUG] Attempting to acquire lock 140656885847136 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.645] [filelock] [DEBUG] Lock 140656885847136 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.651] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.670] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.677] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.683] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8b2a485120ee3b7b2cd9597e1b9b230e79f9c3b4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.689] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.696] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.701] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.707] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.719] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.729] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.740] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.749] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.753] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.767] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.774] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8b2a485120ee3b7b2cd9597e1b9b230e79f9c3b4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.797] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.807] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.813] [filelock] [DEBUG] Attempting to release lock 140656885847136 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.814] [filelock] [DEBUG] Lock 140656885847136 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140656886564848 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656886564848 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140656886564848 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656886564848 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885738032 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885738032 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1611 vmn repo tracking is already initialized ERROR vmn:vmn.py:1613 Repository status is in unexpected state: {'repo_tracked'} DEBUG filelock:_api.py:209 Attempting to release lock 140656885738032 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885738032 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656886564848 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656886564848 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656886564848 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656886564848 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885847760 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885847760 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656885847760 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885847760 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885847040 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885847040 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656885847040 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885847040 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885982352 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885982352 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b"error: failed to push some refs to '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote'" DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b"error: failed to push some refs to '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo_remote'" INFO vmn:vmn.py:1079 Reverting vmn changes for tags: ['test_app_0.0.2'] ... DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/test_app/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/test_app/last_known_app_version.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout-index', '--index', '--force', '--stdin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '--hard', 'HEAD~1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1781 Failed to stamp DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656885982352 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885982352 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656965748528 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656965748528 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656965748528 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656965748528 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885984464 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885984464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 038afc797be9d2dc4174e2cef9bcfd3d43c6fc9e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656885984464 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885984464 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885847136 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885847136 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8b2a485120ee3b7b2cd9597e1b9b230e79f9c3b4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8b2a485120ee3b7b2cd9597e1b9b230e79f9c3b4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656885847136 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885847136 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_git_hooks_git_pre_push_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_git_hooks[git-pre-commit] 6.53
[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.428] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.452] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.506] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.540] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.548] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.565] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.616] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.670] [filelock] [DEBUG] Attempting to acquire lock 139648350571920 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.671] [filelock] [DEBUG] Lock 139648350571920 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.673] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.717] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.727] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.735] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.743] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.754] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.765] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.772] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.803] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.816] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.825] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.840] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.842] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.896] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo [2022-05-22 12:00:50.897] [filelock] [DEBUG] Attempting to release lock 139648350571920 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.897] [filelock] [DEBUG] Lock 139648350571920 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.907] [filelock] [DEBUG] Attempting to acquire lock 139648349744000 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.909] [filelock] [DEBUG] Lock 139648349744000 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.911] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.940] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.945] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.955] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.961] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.969] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.985] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.995] [vmn] [ERROR] vmn repo tracking is already initialized [2022-05-22 12:00:51.002] [vmn] [ERROR] Repository status is in unexpected state: {'repo_tracked'} [2022-05-22 12:00:51.003] [filelock] [DEBUG] Attempting to release lock 139648349744000 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:51.003] [filelock] [DEBUG] Lock 139648349744000 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:51.023] [filelock] [DEBUG] Attempting to acquire lock 139648350570720 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:51.023] [filelock] [DEBUG] Lock 139648350570720 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:51.029] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.063] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.072] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.085] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.093] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.099] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:51.104] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.112] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.117] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.124] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.130] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.134] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.137] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.144] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.147] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.287] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.324] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.326] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.396] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.417] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.420] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.481] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.482] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.499] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.510] [filelock] [DEBUG] Attempting to release lock 139648350570720 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.511] [filelock] [DEBUG] Lock 139648350570720 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.523] [filelock] [DEBUG] Attempting to acquire lock 139648349861776 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.523] [filelock] [DEBUG] Lock 139648349861776 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.534] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.587] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.596] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.602] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.610] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.624] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.634] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.648] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.711] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.724] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.729] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.734] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.745] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.750] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.763] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.769] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.776] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.900] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.911] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.927] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.928] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.976] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.014] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:54.015] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.083] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:54.085] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.113] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.132] [filelock] [DEBUG] Attempting to release lock 139648349861776 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.133] [filelock] [DEBUG] Lock 139648349861776 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.144] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.156] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.168] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.240] [filelock] [DEBUG] Attempting to acquire lock 139648349863168 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.241] [filelock] [DEBUG] Lock 139648349863168 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.252] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.287] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.308] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.318] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.325] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.338] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.357] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.368] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.382] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.403] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.413] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.421] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.432] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.442] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.461] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.477] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.485] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.507] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.525] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.534] [filelock] [DEBUG] Attempting to release lock 139648349863168 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.534] [filelock] [DEBUG] Lock 139648349863168 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.547] [filelock] [DEBUG] Attempting to acquire lock 139648349860384 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.547] [filelock] [DEBUG] Lock 139648349860384 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.554] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.593] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.606] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.619] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.627] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.640] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.649] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.665] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.686] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.702] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.716] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.729] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.740] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.748] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.765] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.776] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.790] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.805] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.840] [vmn] [INFO] Reverting vmn changes... [2022-05-22 12:00:54.842] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/test_app/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.851] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/test_app/last_known_app_version.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.861] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout-index', '--index', '--force', '--stdin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.869] [vmn] [ERROR] Failed to stamp [2022-05-22 12:00:54.870] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.894] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.908] [filelock] [DEBUG] Attempting to release lock 139648349860384 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.909] [filelock] [DEBUG] Lock 139648349860384 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.922] [filelock] [DEBUG] Attempting to acquire lock 139648349741408 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.922] [filelock] [DEBUG] Lock 139648349741408 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.931] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.956] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.966] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.974] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.990] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.003] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.017] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.030] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.048] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.066] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.077] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.087] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.096] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.106] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.124] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.140] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.148] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.171] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.189] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.201] [filelock] [DEBUG] Attempting to release lock 139648349741408 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.202] [filelock] [DEBUG] Lock 139648349741408 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.216] [filelock] [DEBUG] Attempting to acquire lock 139648350157024 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.217] [filelock] [DEBUG] Lock 139648350157024 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.226] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.255] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.264] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.272] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.288] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.307] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.314] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.324] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.346] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.365] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.371] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.379] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.388] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.396] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.416] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.429] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.439] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.449] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.460] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.587] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 2fb8cfacf15eff9a49154b42f7c718ef6925d929\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.594] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.607] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.609] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.646] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.659] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.660] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.691] [vmn] [INFO] 0.0.2 [2022-05-22 12:00:56.691] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.708] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.720] [filelock] [DEBUG] Attempting to release lock 139648350157024 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.720] [filelock] [DEBUG] Lock 139648350157024 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.734] [filelock] [DEBUG] Attempting to acquire lock 139648349782464 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.735] [filelock] [DEBUG] Lock 139648349782464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.741] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.765] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.771] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.779] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e68eca693e662513b050b54637bb71edcc116be1', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.785] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.793] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.802] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.826] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.838] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.845] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.851] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.859] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.866] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.886] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.897] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e68eca693e662513b050b54637bb71edcc116be1', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.907] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.925] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.937] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.946] [filelock] [DEBUG] Attempting to release lock 139648349782464 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.946] [filelock] [DEBUG] Lock 139648349782464 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 139648350571920 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648350571920 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 139648350571920 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648350571920 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349744000 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349744000 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1611 vmn repo tracking is already initialized ERROR vmn:vmn.py:1613 Repository status is in unexpected state: {'repo_tracked'} DEBUG filelock:_api.py:209 Attempting to release lock 139648349744000 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349744000 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648350570720 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648350570720 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648350570720 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648350570720 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349861776 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349861776 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349861776 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349861776 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349863168 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349863168 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349863168 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349863168 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349860384 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349860384 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1001 Reverting vmn changes... DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/test_app/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'reset', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/test_app/last_known_app_version.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout-index', '--index', '--force', '--stdin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) ERROR vmn:vmn.py:1781 Failed to stamp DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349860384 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349860384 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349741408 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349741408 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349741408 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349741408 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648350157024 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648350157024 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2fb8cfacf15eff9a49154b42f7c718ef6925d929', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 2fb8cfacf15eff9a49154b42f7c718ef6925d929\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648350157024 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648350157024 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349782464 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349782464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e68eca693e662513b050b54637bb71edcc116be1', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e68eca693e662513b050b54637bb71edcc116be1', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349782464 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349782464 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_git_hooks_git_pre_commit_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_goto_deleted_repos[git] 6.70
[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:50.426] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.463] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.513] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:50.540] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.548] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.562] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.617] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:50.670] [filelock] [DEBUG] Attempting to acquire lock 140150143313808 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.670] [filelock] [DEBUG] Lock 140150143313808 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.673] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.692] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.698] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.711] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.717] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.725] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.736] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.741] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.769] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.788] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:50.804] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:50.805] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo [2022-05-22 12:00:50.846] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo [2022-05-22 12:00:50.855] [filelock] [DEBUG] Attempting to release lock 140150143313808 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.855] [filelock] [DEBUG] Lock 140150143313808 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.864] [filelock] [DEBUG] Attempting to acquire lock 140150142482032 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.865] [filelock] [DEBUG] Lock 140150142482032 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:50.870] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.913] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.919] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.926] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.936] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:50.947] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.958] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.980] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:50.988] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.001] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.014] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.028] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.042] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:51.063] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.190] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.197] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.206] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.292] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:52.311] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:52.312] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.378] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:52.379] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.398] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.406] [filelock] [DEBUG] Attempting to release lock 140150142482032 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.406] [filelock] [DEBUG] Lock 140150142482032 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.416] [filelock] [DEBUG] Attempting to acquire lock 140150143313808 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.416] [filelock] [DEBUG] Lock 140150143313808 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:52.423] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.456] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.475] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.479] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.488] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.500] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:52.511] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.527] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.551] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.569] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.574] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.586] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.603] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.632] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.647] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.658] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:52.686] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.826] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.832] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.855] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.861] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:53.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:00:53.887] [vmn] [INFO] 0.0.1 [2022-05-22 12:00:53.888] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.899] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.911] [filelock] [DEBUG] Attempting to release lock 140150143313808 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.912] [filelock] [DEBUG] Lock 140150143313808 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:53.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.921] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:53.935] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:53.965] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1'])'s unused stdout: [2022-05-22 12:00:53.979] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:53.993] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.007] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.059] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.136] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.152] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.209] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.262] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.275] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.294] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.336] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2'])'s unused stdout: [2022-05-22 12:00:54.349] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.357] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.381] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.467] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.538] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.552] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.563] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.640] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.662] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.684] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.698] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.756] [filelock] [DEBUG] Attempting to acquire lock 140150142643504 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.756] [filelock] [DEBUG] Lock 140150142643504 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.763] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.800] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.809] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fdf59e0933ea1867c83c4cc7dd0fe037778aa027', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.825] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.837] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.847] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.857] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.868] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.877] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.887] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.900] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.919] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.939] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.953] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.967] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.976] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.988] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.000] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.010] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.017] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.027] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.036] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.046] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.067] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.095] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fdf59e0933ea1867c83c4cc7dd0fe037778aa027', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.113] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.160] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.172] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.185] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.192] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.212] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.249] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.259] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.268] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.280] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.303] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.315] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.332] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.465] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: fdf59e0933ea1867c83c4cc7dd0fe037778aa027\n remote: ../test_repo_remote\n vcs_type: git\n ../repo1:\n hash: 7c1cbe28201fd0fc928191912ff0d43ef455eab8\n remote: ../repo1_remote\n vcs_type: git\n ../repo2:\n hash: a53f30873bf0c9431f6ee384fe50f7efa336666c\n remote: ../repo2_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.471] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.482] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.484] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.528] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.529] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.2 [2022-05-22 12:00:56.553] [vmn] [INFO] 0.0.2 [2022-05-22 12:00:56.554] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.569] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.579] [filelock] [DEBUG] Attempting to release lock 140150142643504 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.580] [filelock] [DEBUG] Lock 140150142643504 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.593] [filelock] [DEBUG] Attempting to acquire lock 140150142568288 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.594] [filelock] [DEBUG] Lock 140150142568288 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.603] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.628] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.634] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.641] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8c4e25af2e692343cd0e83def8ae26ee25b2fc91', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.649] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.658] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.668] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.676] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.682] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.692] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.711] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.728] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.737] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.745] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.751] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.761] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.769] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.778] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.786] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.792] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.811] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.824] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8c4e25af2e692343cd0e83def8ae26ee25b2fc91', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.834] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.855] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.869] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.874] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.893] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] Cloning ../repo2.. [2022-05-22 12:00:56.934] [vmn] [INFO] Cloning ../repo2.. [2022-05-22 12:00:56.937] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/../repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/../repo2'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.965] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/../repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/../repo2'])'s unused stdout: [2022-05-22 12:00:56.998] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.998] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.024] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.025] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.032] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.032] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.040] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.041] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.049] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.049] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [INFO] Updating ../repo2 [2022-05-22 12:00:57.056] [vmn] [INFO] Updating ../repo2 [INFO] Updating ../repo1 [2022-05-22 12:00:57.056] [vmn] [INFO] Updating ../repo1 [2022-05-22 12:00:57.057] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.058] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.066] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'pull', '-v', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.067] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'pull', '-v', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.095] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', '7c1cbe28201fd0fc928191912ff0d43ef455eab8'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.097] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'a53f30873bf0c9431f6ee384fe50f7efa336666c'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) [INFO] Updated ../repo1 to 7c1cbe28201fd0fc928191912ff0d43ef455eab8 [2022-05-22 12:00:57.103] [vmn] [INFO] Updated ../repo1 to 7c1cbe28201fd0fc928191912ff0d43ef455eab8 [INFO] Updated ../repo2 to a53f30873bf0c9431f6ee384fe50f7efa336666c [2022-05-22 12:00:57.104] [vmn] [INFO] Updated ../repo2 to a53f30873bf0c9431f6ee384fe50f7efa336666c [2022-05-22 12:00:57.112] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] You are at version 0.0.2 of test_app [2022-05-22 12:00:57.120] [vmn] [INFO] You are at version 0.0.2 of test_app [2022-05-22 12:00:57.121] [filelock] [DEBUG] Attempting to release lock 140150142568288 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.121] [filelock] [DEBUG] Lock 140150142568288 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140150143313808 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140150143313808 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140150143313808 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140150143313808 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140150142482032 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140150142482032 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9b8709a7d443eb7dfae83314c2a3ba9f1ce0b787', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 777f4ccbe526d73fbc66199ce9c99dae3b51a632\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140150142482032 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140150142482032 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140150143313808 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140150143313808 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4f395ca42852c249cc2cc4191b25c7ca33067286', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 4f395ca42852c249cc2cc4191b25c7ca33067286\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140150143313808 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140150143313808 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140150142643504 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140150142643504 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fdf59e0933ea1867c83c4cc7dd0fe037778aa027', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fdf59e0933ea1867c83c4cc7dd0fe037778aa027', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo2, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: fdf59e0933ea1867c83c4cc7dd0fe037778aa027\n remote: ../test_repo_remote\n vcs_type: git\n ../repo1:\n hash: 7c1cbe28201fd0fc928191912ff0d43ef455eab8\n remote: ../repo1_remote\n vcs_type: git\n ../repo2:\n hash: a53f30873bf0c9431f6ee384fe50f7efa336666c\n remote: ../repo2_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140150142643504 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140150142643504 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140150142568288 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140150142568288 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8c4e25af2e692343cd0e83def8ae26ee25b2fc91', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8c4e25af2e692343cd0e83def8ae26ee25b2fc91', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/repo1, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 0.0.2 of test_app DEBUG filelock:_api.py:209 Attempting to release lock 140150142568288 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140150142568288 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_goto_deleted_repos_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_stamp_on_branch_merge_squash[git] 8.87
[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:54.617] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.641] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.669] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo'])'s unused stdout: [2022-05-22 12:00:54.691] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.701] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.727] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.786] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:54.828] [filelock] [DEBUG] Attempting to acquire lock 140301607700176 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.828] [filelock] [DEBUG] Lock 140301607700176 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:54.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.867] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.876] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.885] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.892] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.902] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.913] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.921] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:54.938] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.964] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:54.979] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:54.998] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:55.000] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo [2022-05-22 12:00:55.052] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo [2022-05-22 12:00:55.055] [filelock] [DEBUG] Attempting to release lock 140301607700176 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.056] [filelock] [DEBUG] Lock 140301607700176 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.069] [filelock] [DEBUG] Attempting to acquire lock 140301607505776 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.070] [filelock] [DEBUG] Lock 140301607505776 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.074] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.112] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.125] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.137] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '00b035b8c5fcd891b39685e07a942cb4498e7390', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.144] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.154] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.161] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.170] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.180] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.188] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.199] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.209] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.218] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.239] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.253] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.408] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: 7000a14cca48c5fd1feaf209b7f784c655c726de\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.415] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.424] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.425] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.454] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.464] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.465] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/test_app [2022-05-22 12:00:56.491] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/test_app [2022-05-22 12:00:56.492] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.509] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.517] [filelock] [DEBUG] Attempting to release lock 140301607505776 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.517] [filelock] [DEBUG] Lock 140301607505776 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.529] [filelock] [DEBUG] Attempting to acquire lock 140301687432960 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.529] [filelock] [DEBUG] Lock 140301687432960 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.535] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.553] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.561] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.567] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4c67a12f622cd2b6d22f1ec8d7240ceb1091e3d7', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.572] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.581] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.587] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.594] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.612] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.625] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.632] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.639] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.649] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.655] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.682] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.693] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.704] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 4c67a12f622cd2b6d22f1ec8d7240ceb1091e3d7\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.842] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.853] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.854] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.893] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.904] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.905] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.3.0 [2022-05-22 12:00:57.928] [vmn] [INFO] 1.3.0 [2022-05-22 12:00:57.929] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.941] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.948] [filelock] [DEBUG] Attempting to release lock 140301687432960 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.949] [filelock] [DEBUG] Lock 140301687432960 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', '-b', 'new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.962] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.970] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.982] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.013] [git.cmd] [DEBUG] Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.056] [filelock] [DEBUG] Attempting to acquire lock 140301589818336 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.057] [filelock] [DEBUG] Lock 140301589818336 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.063] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.084] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.094] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.100] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f9f05501110916ab7141fb625238020021500244', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.106] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.116] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.122] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.131] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.143] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.154] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.159] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.165] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.172] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.176] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/new_branch..new_branch', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.190] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.199] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f9f05501110916ab7141fb625238020021500244', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.209] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.217] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.228] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.357] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.1\n changesets:\n .:\n hash: f9f05501110916ab7141fb625238020021500244\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.0\n release_mode: patch\n stamped_on_branch: new_branch\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.369] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.393] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.398] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.468] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.482] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.483] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.3.1 [2022-05-22 12:00:59.535] [vmn] [INFO] 1.3.1 [2022-05-22 12:00:59.536] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.558] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.571] [filelock] [DEBUG] Attempting to release lock 140301589818336 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.572] [filelock] [DEBUG] Lock 140301589818336 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.574] [git.cmd] [DEBUG] Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.669] [filelock] [DEBUG] Attempting to acquire lock 140301589819248 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.670] [filelock] [DEBUG] Lock 140301589819248 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.678] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.728] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.736] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.752] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '69ca60933590e31d0080670f550377b3218d5999', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.759] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.775] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.788] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.843] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.863] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.884] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.904] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.913] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.935] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/new_branch..new_branch', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.963] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.981] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '69ca60933590e31d0080670f550377b3218d5999', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 1.3.1 [2022-05-22 12:00:59.997] [vmn] [INFO] 1.3.1 [2022-05-22 12:00:59.998] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.039] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.056] [filelock] [DEBUG] Attempting to release lock 140301589819248 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.057] [filelock] [DEBUG] Lock 140301589819248 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.095] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.120] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.143] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.210] [git.cmd] [DEBUG] Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.310] [filelock] [DEBUG] Attempting to acquire lock 140301589806192 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.310] [filelock] [DEBUG] Lock 140301589806192 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.322] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.357] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.370] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.383] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0bf1c099c10e3ca00ba5e0bc7e63a195487454d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.396] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.408] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.417] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.429] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.446] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.462] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.470] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.479] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.491] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.499] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/new_branch..new_branch', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.523] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.536] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0bf1c099c10e3ca00ba5e0bc7e63a195487454d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.551] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.561] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.573] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.703] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.2\n changesets:\n .:\n hash: 0bf1c099c10e3ca00ba5e0bc7e63a195487454d8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.1\n release_mode: patch\n stamped_on_branch: new_branch\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.715] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.733] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.734] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.794] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.795] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.3.2 [2022-05-22 12:01:01.829] [vmn] [INFO] 1.3.2 [2022-05-22 12:01:01.831] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.849] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.859] [filelock] [DEBUG] Attempting to release lock 140301589806192 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.860] [filelock] [DEBUG] Lock 140301589806192 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.872] [root] [INFO] going to run: git merge --squash new_branch master Updating fa0ec2f..bb0848e Fast-forward Squash commit -- not updating HEAD .vmn/test_app/last_known_app_version.yml | 2 +- f1.file | 1 + f3.file | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 f1.file create mode 100644 f3.file [master a43da3c] Merge new_branch in master Committer: root <root@ILTELPC504.emea.munters.com> Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly. Run the following command and follow the instructions in your editor to edit your configuration file: git config --global --edit After doing this, you may fix the identity used for this commit with: git commit --amend --reset-author 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 f1.file create mode 100644 f3.file [2022-05-22 12:01:01.894] [git.cmd] [DEBUG] Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.934] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.947] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.948] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.984] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.002] [filelock] [DEBUG] Attempting to acquire lock 140301589805280 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.002] [filelock] [DEBUG] Lock 140301589805280 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.011] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.035] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.044] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.051] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a43da3cfb4611d3560656c2007f5a245613fc11d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.057] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.070] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.079] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.089] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.106] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.119] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.127] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.135] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.143] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.149] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.165] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.176] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a43da3cfb4611d3560656c2007f5a245613fc11d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.184] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.195] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.205] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.333] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.3\n changesets:\n .:\n hash: a43da3cfb4611d3560656c2007f5a245613fc11d\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.2\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.359] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.361] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.401] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.420] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.421] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.3.3 [2022-05-22 12:01:03.455] [vmn] [INFO] 1.3.3 [2022-05-22 12:01:03.456] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.472] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.484] [filelock] [DEBUG] Attempting to release lock 140301589805280 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.485] [filelock] [DEBUG] Lock 140301589805280 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140301607700176 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301607700176 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140301607700176 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301607700176 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140301607505776 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301607505776 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '00b035b8c5fcd891b39685e07a942cb4498e7390', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: 7000a14cca48c5fd1feaf209b7f784c655c726de\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301607505776 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301607505776 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140301687432960 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301687432960 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4c67a12f622cd2b6d22f1ec8d7240ceb1091e3d7', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 4c67a12f622cd2b6d22f1ec8d7240ceb1091e3d7\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301687432960 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301687432960 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', '-b', 'new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140301589818336 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301589818336 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f9f05501110916ab7141fb625238020021500244', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/new_branch..new_branch', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f9f05501110916ab7141fb625238020021500244', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.1\n changesets:\n .:\n hash: f9f05501110916ab7141fb625238020021500244\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.0\n release_mode: patch\n stamped_on_branch: new_branch\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301589818336 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301589818336 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140301589819248 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301589819248 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '69ca60933590e31d0080670f550377b3218d5999', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/new_branch..new_branch', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '69ca60933590e31d0080670f550377b3218d5999', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 1.3.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301589819248 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301589819248 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140301589806192 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301589806192 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0bf1c099c10e3ca00ba5e0bc7e63a195487454d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/new_branch..new_branch', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0bf1c099c10e3ca00ba5e0bc7e63a195487454d8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.2\n changesets:\n .:\n hash: 0bf1c099c10e3ca00ba5e0bc7e63a195487454d8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.1\n release_mode: patch\n stamped_on_branch: new_branch\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301589806192 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301589806192 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) INFO root:conftest.py:87 going to run: git merge --squash new_branch master DEBUG git.cmd:cmd.py:814 Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG filelock:_api.py:172 Attempting to acquire lock 140301589805280 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301589805280 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a43da3cfb4611d3560656c2007f5a245613fc11d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a43da3cfb4611d3560656c2007f5a245613fc11d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.3\n changesets:\n .:\n hash: a43da3cfb4611d3560656c2007f5a245613fc11d\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.2\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.3 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301589805280 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301589805280 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_stamp_on_branch_merge_squ0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_basic_goto[git] 18.13
[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:54.983] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.001] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.048] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:55.082] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.098] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.117] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.175] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:55.224] [filelock] [DEBUG] Attempting to acquire lock 140247056348400 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.225] [filelock] [DEBUG] Lock 140247056348400 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.229] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.281] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.293] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.310] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.317] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.333] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.343] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.361] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.371] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.383] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.398] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:55.400] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:55.440] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo [2022-05-22 12:00:55.442] [filelock] [DEBUG] Attempting to release lock 140247056348400 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.442] [filelock] [DEBUG] Lock 140247056348400 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.454] [filelock] [DEBUG] Attempting to acquire lock 140247056107792 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.454] [filelock] [DEBUG] Lock 140247056107792 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:55.459] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.482] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.490] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.496] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'aaad957aacfbc7f11051a46782737ca8088faad2', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.503] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.513] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:55.521] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.528] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.537] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.543] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.551] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.560] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.566] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.577] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:55.584] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.714] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: f09353c61ef9cefdb6c6fc5dcb8cefcacb9c1513\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.723] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.736] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.737] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.773] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.784] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.785] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.813] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:56.814] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.830] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.838] [filelock] [DEBUG] Attempting to release lock 140247056107792 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.839] [filelock] [DEBUG] Lock 140247056107792 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.851] [filelock] [DEBUG] Attempting to acquire lock 140247056234432 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.852] [filelock] [DEBUG] Lock 140247056234432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.860] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.879] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.889] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.895] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'b9d68565662f627576bdfe47f67376663cce56ff', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.903] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.913] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.921] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.932] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.946] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.961] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.967] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.977] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.984] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.991] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.009] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.025] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.035] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.047] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.175] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: b9d68565662f627576bdfe47f67376663cce56ff\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.184] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.193] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.194] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.227] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.236] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.264] [vmn] [INFO] 1.3.0 [2022-05-22 12:00:58.265] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.276] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.284] [filelock] [DEBUG] Attempting to release lock 140247056234432 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.284] [filelock] [DEBUG] Lock 140247056234432 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.289] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.298] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.305] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.339] [filelock] [DEBUG] Attempting to acquire lock 140247056348400 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.340] [filelock] [DEBUG] Lock 140247056348400 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.345] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.361] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.366] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.372] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '3b46ebdf2ae47e1faffc537a25aede61a43c9728', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.377] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.384] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.389] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.395] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.406] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.418] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.424] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.429] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.436] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.441] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.452] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.459] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '3b46ebdf2ae47e1faffc537a25aede61a43c9728', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.466] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.472] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.480] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.604] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.1\n changesets:\n .:\n hash: 3b46ebdf2ae47e1faffc537a25aede61a43c9728\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.621] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.653] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.658] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.752] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.772] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.780] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.871] [vmn] [INFO] 1.3.1 [2022-05-22 12:00:59.872] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.902] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.929] [filelock] [DEBUG] Attempting to release lock 140247056348400 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.929] [filelock] [DEBUG] Lock 140247056348400 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.931] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.959] [filelock] [DEBUG] Attempting to acquire lock 140247056106112 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.967] [filelock] [DEBUG] Lock 140247056106112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.976] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.020] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.032] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.049] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.064] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.095] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.174] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.187] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.210] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.238] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.248] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.256] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.265] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.274] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.293] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.311] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.324] [vmn] [ERROR] No such app: test_app [2022-05-22 12:01:00.327] [filelock] [DEBUG] Attempting to release lock 140247056106112 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.328] [filelock] [DEBUG] Lock 140247056106112 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.340] [filelock] [DEBUG] Attempting to acquire lock 140247039134064 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.341] [filelock] [DEBUG] Lock 140247039134064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.355] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.390] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.399] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.410] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.416] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.428] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.436] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.445] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.462] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.481] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.490] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.501] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.510] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.539] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.556] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.576] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.587] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.597] [vmn] [INFO] You are at version 1.3.0 of test_app [2022-05-22 12:01:00.599] [filelock] [DEBUG] Attempting to release lock 140247039134064 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.599] [filelock] [DEBUG] Lock 140247039134064 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.608] [filelock] [DEBUG] Attempting to acquire lock 140247056259392 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.608] [filelock] [DEBUG] Lock 140247056259392 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.616] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.640] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.647] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.655] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '006bc34a390f40caa1fab8585b2b85a292f98a9a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.661] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.669] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.677] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.685] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.700] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.714] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.719] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.726] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.744] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '006bc34a390f40caa1fab8585b2b85a292f98a9a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.764] [vmn] [INFO] 1.3.0 [2022-05-22 12:01:00.765] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.785] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.797] [filelock] [DEBUG] Attempting to release lock 140247056259392 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.797] [filelock] [DEBUG] Lock 140247056259392 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.814] [filelock] [DEBUG] Attempting to acquire lock 140247038787488 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.815] [filelock] [DEBUG] Lock 140247038787488 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.822] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.841] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.847] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.852] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '006bc34a390f40caa1fab8585b2b85a292f98a9a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.858] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.866] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.873] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.881] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.896] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.912] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.918] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.925] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.940] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.950] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '006bc34a390f40caa1fab8585b2b85a292f98a9a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.962] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.972] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.980] [vmn] [INFO] You are at version 1.3.1 of test_app [2022-05-22 12:01:00.983] [filelock] [DEBUG] Attempting to release lock 140247038787488 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.984] [filelock] [DEBUG] Lock 140247038787488 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.993] [filelock] [DEBUG] Attempting to acquire lock 140247056155120 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.998] [filelock] [DEBUG] Lock 140247056155120 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.003] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.026] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.033] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.039] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.046] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.053] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.060] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.067] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.080] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.093] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.101] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.110] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.128] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.142] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.149] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.166] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.176] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.186] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.194] [vmn] [INFO] You are at the tip of the branch of version 1.3.1 for test_app [2022-05-22 12:01:01.196] [filelock] [DEBUG] Attempting to release lock 140247056155120 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.197] [filelock] [DEBUG] Lock 140247056155120 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.207] [filelock] [DEBUG] Attempting to acquire lock 140247056155504 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.207] [filelock] [DEBUG] Lock 140247056155504 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.211] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.231] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.238] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.248] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.259] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.270] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.277] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.285] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.293] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.303] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.314] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.322] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.330] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.345] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.354] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.367] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.374] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.385] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.521] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: 3b46ebdf2ae47e1faffc537a25aede61a43c9728\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: some_root_app/service1\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app-service1_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.634] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: some_root_app/service1\n name: some_root_app\n services:\n some_root_app/service1: 1.2.3\n version: 0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app_0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.642] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.654] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.656] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.689] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app-service1_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.697] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.697] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app-service1_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.727] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.739] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.740] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.769] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/some_root_app [2022-05-22 12:01:03.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.786] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.803] [filelock] [DEBUG] Attempting to release lock 140247056155504 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.804] [filelock] [DEBUG] Lock 140247056155504 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.821] [filelock] [DEBUG] Attempting to acquire lock 140247037045440 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.822] [filelock] [DEBUG] Lock 140247037045440 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.830] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.854] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.868] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '96cb6971ff2dd8d6e47e9647005a02fb320ebaf9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.874] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.884] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.890] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.897] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.909] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.923] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.930] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.935] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.942] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.948] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.959] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.972] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.978] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.987] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.001] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.008] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.014] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.021] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.139] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 96cb6971ff2dd8d6e47e9647005a02fb320ebaf9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: some_root_app/service1\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app-service1_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.247] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: some_root_app/service1\n name: some_root_app\n services:\n some_root_app/service1: 1.3.0\n version: 1\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app_1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.255] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.268] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.269] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.301] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app-service1_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.312] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.313] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app-service1_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.358] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.359] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.390] [vmn] [INFO] 1.3.0 [2022-05-22 12:01:06.391] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.403] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.418] [filelock] [DEBUG] Attempting to release lock 140247037045440 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.419] [filelock] [DEBUG] Lock 140247037045440 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.429] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.437] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.449] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.496] [filelock] [DEBUG] Attempting to acquire lock 140247034833936 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.496] [filelock] [DEBUG] Lock 140247034833936 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.501] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.526] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.531] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.536] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a97387bed13bc2f4cdcbf1567d8326a43d5a7a11', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.542] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.548] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.553] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.560] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.570] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.584] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.591] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.602] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.608] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.621] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.641] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a97387bed13bc2f4cdcbf1567d8326a43d5a7a11', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.650] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.656] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.668] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.683] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.693] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.699] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.708] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.830] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.4.0\n changesets:\n .:\n hash: a97387bed13bc2f4cdcbf1567d8326a43d5a7a11\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: some_root_app/service1\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.0\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app-service1_1.4.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.938] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: some_root_app/service1\n name: some_root_app\n services:\n some_root_app/service1: 1.4.0\n version: 2\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app_2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.943] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.951] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.952] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.977] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app-service1_1.4.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.985] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.986] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app-service1_1.4.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.012] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.018] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:09.018] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.038] [vmn] [INFO] 1.4.0 [2022-05-22 12:01:09.038] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.048] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.057] [filelock] [DEBUG] Attempting to release lock 140247034833936 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.057] [filelock] [DEBUG] Lock 140247034833936 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.064] [filelock] [DEBUG] Attempting to acquire lock 140247034833552 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.064] [filelock] [DEBUG] Lock 140247034833552 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.067] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.084] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.090] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.093] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8433d5000e532b9bff054f7afbc82ed6e9d1252f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.097] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.103] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.107] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.111] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.122] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.135] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.139] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.144] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.149] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.153] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.165] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.176] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8433d5000e532b9bff054f7afbc82ed6e9d1252f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.185] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.196] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'some_root_app-service1_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.201] [vmn] [INFO] You are at version 1.3.0 of some_root_app/service1 [2022-05-22 12:01:09.202] [filelock] [DEBUG] Attempting to release lock 140247034833552 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.203] [filelock] [DEBUG] Lock 140247034833552 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.209] [filelock] [DEBUG] Attempting to acquire lock 140247056349888 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.209] [filelock] [DEBUG] Lock 140247056349888 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.213] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.229] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.234] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.239] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86e3a4b3d71630986a1d041a8d80c7401bc394aa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.242] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.248] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.252] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.257] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.279] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.283] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.288] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.298] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.310] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86e3a4b3d71630986a1d041a8d80c7401bc394aa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.316] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.324] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.335] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', '86e3a4b3d71630986a1d041a8d80c7401bc394aa'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.340] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.349] [vmn] [INFO] You are at the tip of the branch of version 1.4.0 for some_root_app/service1 [2022-05-22 12:01:09.350] [filelock] [DEBUG] Attempting to release lock 140247056349888 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.350] [filelock] [DEBUG] Lock 140247056349888 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.357] [filelock] [DEBUG] Attempting to acquire lock 140247034833840 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.357] [filelock] [DEBUG] Lock 140247034833840 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.361] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.377] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.382] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.386] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8433d5000e532b9bff054f7afbc82ed6e9d1252f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.390] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.396] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.400] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.405] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.415] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.429] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.434] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.438] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.444] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.448] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.458] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.468] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8433d5000e532b9bff054f7afbc82ed6e9d1252f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.473] [vmn] [INFO] 1.4.0 [2022-05-22 12:01:09.474] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.482] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.492] [filelock] [DEBUG] Attempting to release lock 140247034833840 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.492] [filelock] [DEBUG] Lock 140247034833840 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.498] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.505] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.512] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.548] [filelock] [DEBUG] Attempting to acquire lock 140247034958656 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.548] [filelock] [DEBUG] Lock 140247034958656 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.554] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.572] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.576] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.581] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '76002b980554f14a56ae989fd6ccfaa6df8b22a8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.585] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.590] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.595] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.600] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.609] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.621] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.625] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.631] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.636] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.639] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.650] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.661] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '76002b980554f14a56ae989fd6ccfaa6df8b22a8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.667] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.682] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.696] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.702] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.709] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.718] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.838] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.5.0\n changesets:\n .:\n hash: 76002b980554f14a56ae989fd6ccfaa6df8b22a8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: some_root_app/service1\n prerelease: release\n prerelease_count: {}\n previous_version: 1.4.0\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app-service1_1.5.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: some_root_app/service1\n name: some_root_app\n services:\n some_root_app/service1: 1.5.0\n version: 3\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app_3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.962] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.972] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:11.977] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:12.024] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app-service1_1.5.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:12.040] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:12.041] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app-service1_1.5.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:12.074] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app_3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:12.085] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:12.086] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app_3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:12.132] [vmn] [INFO] 1.5.0 [2022-05-22 12:01:12.133] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.156] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.177] [filelock] [DEBUG] Attempting to release lock 140247034958656 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.177] [filelock] [DEBUG] Lock 140247034958656 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.193] [filelock] [DEBUG] Attempting to acquire lock 140247034831920 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.193] [filelock] [DEBUG] Lock 140247034831920 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.200] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.235] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.245] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.255] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7d95f1fc65df5f677f625631455237a14072377d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.263] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.276] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.286] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.297] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.331] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.342] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.351] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.360] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.371] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.390] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.422] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'some_root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.432] [vmn] [INFO] You are at version 1 of some_root_app [2022-05-22 12:01:12.434] [filelock] [DEBUG] Attempting to release lock 140247034831920 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.434] [filelock] [DEBUG] Lock 140247034831920 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.458] [filelock] [DEBUG] Attempting to acquire lock 140247036970272 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.458] [filelock] [DEBUG] Lock 140247036970272 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.463] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.502] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.513] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.522] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86e3a4b3d71630986a1d041a8d80c7401bc394aa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.531] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.540] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.553] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.564] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.583] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.606] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.613] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.623] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.634] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.646] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', '86e3a4b3d71630986a1d041a8d80c7401bc394aa'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.682] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.704] [vmn] [INFO] You are at the tip of the branch of version 3 for some_root_app [2022-05-22 12:01:12.706] [filelock] [DEBUG] Attempting to release lock 140247036970272 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.712] [filelock] [DEBUG] Lock 140247036970272 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.732] [filelock] [DEBUG] Attempting to acquire lock 140247056107648 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.733] [filelock] [DEBUG] Lock 140247056107648 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.747] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.794] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.802] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.812] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7d95f1fc65df5f677f625631455237a14072377d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.822] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.836] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.850] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.864] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.902] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.933] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.963] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.971] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.987] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.000] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.025] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.051] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7d95f1fc65df5f677f625631455237a14072377d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.065] [vmn] [INFO] 1.5.0 [2022-05-22 12:01:13.066] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.086] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.107] [filelock] [DEBUG] Attempting to release lock 140247056107648 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.108] [filelock] [DEBUG] Lock 140247056107648 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock [INFO] You are at version 1.3.1 of test_app [INFO] You are at the tip of the branch of version 1.3.1 for test_app [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/some_root_app [INFO] 1.3.0 [INFO] 1.4.0 [INFO] You are at version 1.3.0 of some_root_app/service1 [INFO] You are at the tip of the branch of version 1.4.0 for some_root_app/service1 [INFO] 1.4.0 [INFO] 1.5.0 [INFO] You are at version 1 of some_root_app [INFO] You are at the tip of the branch of version 3 for some_root_app [INFO] 1.5.0
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056348400 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056348400 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140247056348400 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056348400 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056107792 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056107792 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'aaad957aacfbc7f11051a46782737ca8088faad2', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: f09353c61ef9cefdb6c6fc5dcb8cefcacb9c1513\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247056107792 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056107792 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056234432 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056234432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'b9d68565662f627576bdfe47f67376663cce56ff', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: b9d68565662f627576bdfe47f67376663cce56ff\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247056234432 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056234432 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056348400 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056348400 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '3b46ebdf2ae47e1faffc537a25aede61a43c9728', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '3b46ebdf2ae47e1faffc537a25aede61a43c9728', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.1\n changesets:\n .:\n hash: 3b46ebdf2ae47e1faffc537a25aede61a43c9728\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247056348400 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056348400 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056106112 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056106112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1969 No such app: test_app DEBUG filelock:_api.py:209 Attempting to release lock 140247056106112 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056106112 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247039134064 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247039134064 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 1.3.0 of test_app DEBUG filelock:_api.py:209 Attempting to release lock 140247039134064 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247039134064 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056259392 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056259392 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '006bc34a390f40caa1fab8585b2b85a292f98a9a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '006bc34a390f40caa1fab8585b2b85a292f98a9a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 1.3.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247056259392 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056259392 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247038787488 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247038787488 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '006bc34a390f40caa1fab8585b2b85a292f98a9a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '006bc34a390f40caa1fab8585b2b85a292f98a9a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_1.3.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 1.3.1 of test_app DEBUG filelock:_api.py:209 Attempting to release lock 140247038787488 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247038787488 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056155120 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056155120 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1991 You are at the tip of the branch of version 1.3.1 for test_app DEBUG filelock:_api.py:209 Attempting to release lock 140247056155120 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056155120 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056155504 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056155504 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c60e28457ff25d484f2a0f1958d1b1d60cb5aafa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: 3b46ebdf2ae47e1faffc537a25aede61a43c9728\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: some_root_app/service1\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app-service1_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: some_root_app/service1\n name: some_root_app\n services:\n some_root_app/service1: 1.2.3\n version: 0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app_0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app-service1_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app-service1_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/some_root_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247056155504 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056155504 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247037045440 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247037045440 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '96cb6971ff2dd8d6e47e9647005a02fb320ebaf9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 96cb6971ff2dd8d6e47e9647005a02fb320ebaf9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: some_root_app/service1\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app-service1_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: some_root_app/service1\n name: some_root_app\n services:\n some_root_app/service1: 1.3.0\n version: 1\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app_1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app-service1_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app-service1_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247037045440 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247037045440 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140247034833936 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247034833936 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a97387bed13bc2f4cdcbf1567d8326a43d5a7a11', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a97387bed13bc2f4cdcbf1567d8326a43d5a7a11', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.4.0\n changesets:\n .:\n hash: a97387bed13bc2f4cdcbf1567d8326a43d5a7a11\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: some_root_app/service1\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.0\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app-service1_1.4.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: some_root_app/service1\n name: some_root_app\n services:\n some_root_app/service1: 1.4.0\n version: 2\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app_2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app-service1_1.4.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app-service1_1.4.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.4.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247034833936 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247034833936 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247034833552 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247034833552 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8433d5000e532b9bff054f7afbc82ed6e9d1252f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8433d5000e532b9bff054f7afbc82ed6e9d1252f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'some_root_app-service1_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 1.3.0 of some_root_app/service1 DEBUG filelock:_api.py:209 Attempting to release lock 140247034833552 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247034833552 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056349888 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056349888 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86e3a4b3d71630986a1d041a8d80c7401bc394aa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86e3a4b3d71630986a1d041a8d80c7401bc394aa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', '86e3a4b3d71630986a1d041a8d80c7401bc394aa'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1991 You are at the tip of the branch of version 1.4.0 for some_root_app/service1 DEBUG filelock:_api.py:209 Attempting to release lock 140247056349888 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056349888 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247034833840 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247034833840 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8433d5000e532b9bff054f7afbc82ed6e9d1252f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8433d5000e532b9bff054f7afbc82ed6e9d1252f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 1.4.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247034833840 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247034833840 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140247034958656 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247034958656 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '76002b980554f14a56ae989fd6ccfaa6df8b22a8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '76002b980554f14a56ae989fd6ccfaa6df8b22a8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.5.0\n changesets:\n .:\n hash: 76002b980554f14a56ae989fd6ccfaa6df8b22a8\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: some_root_app/service1\n prerelease: release\n prerelease_count: {}\n previous_version: 1.4.0\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app-service1_1.5.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: some_root_app/service1\n name: some_root_app\n services:\n some_root_app/service1: 1.5.0\n version: 3\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'some_root_app_3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app-service1_1.5.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app-service1_1.5.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/some_root_app_3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/some_root_app_3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.5.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247034958656 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247034958656 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247034831920 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247034831920 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7d95f1fc65df5f677f625631455237a14072377d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'some_root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 1 of some_root_app DEBUG filelock:_api.py:209 Attempting to release lock 140247034831920 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247034831920 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247036970272 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247036970272 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86e3a4b3d71630986a1d041a8d80c7401bc394aa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', '86e3a4b3d71630986a1d041a8d80c7401bc394aa'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1987 You are at the tip of the branch of version 3 for some_root_app DEBUG filelock:_api.py:209 Attempting to release lock 140247036970272 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247036970272 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056107648 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056107648 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7d95f1fc65df5f677f625631455237a14072377d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7d95f1fc65df5f677f625631455237a14072377d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 1.5.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some_root_app-service1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'some*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247056107648 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056107648 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_basic_goto_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_version_template 0.00
[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
Passed tests/test_ver_stamp.py::test_basic_root_show[git] 9.02
[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:56.459] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.468] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.483] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:56.496] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.504] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.515] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.546] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:56.579] [filelock] [DEBUG] Attempting to acquire lock 140123914914352 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.579] [filelock] [DEBUG] Lock 140123914914352 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.583] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.603] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.610] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.616] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.626] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.632] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.639] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.647] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.665] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.675] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.683] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.694] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:56.696] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.734] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo [2022-05-22 12:00:56.736] [filelock] [DEBUG] Attempting to release lock 140123914914352 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.736] [filelock] [DEBUG] Lock 140123914914352 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.745] [filelock] [DEBUG] Attempting to acquire lock 140123932054240 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.745] [filelock] [DEBUG] Lock 140123932054240 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:56.749] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.771] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.779] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.785] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '66eab040aa09c16275d9d10bf71c9fd455b78580', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.791] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.801] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.809] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.815] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.823] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.830] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.836] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.846] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.851] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.866] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.873] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.883] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.891] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.899] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.035] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: 84206bbb316f948df6bfccc75bc0787d34f970c7\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app1_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.148] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app1\n name: root_app\n services:\n root_app/app1: 0.2.1\n version: 0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.170] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.190] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.193] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.270] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app1_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.304] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.305] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app1_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.356] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.374] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.382] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.440] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/root_app [2022-05-22 12:00:59.441] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.472] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.490] [filelock] [DEBUG] Attempting to release lock 140123932054240 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.491] [filelock] [DEBUG] Lock 140123932054240 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.510] [filelock] [DEBUG] Attempting to acquire lock 140123914914256 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.511] [filelock] [DEBUG] Lock 140123914914256 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.545] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.552] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.560] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'acb9746e8ffea55e72915759f0a106ac7566ae7d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.570] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.583] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.598] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.615] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.629] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.636] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.656] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.668] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.689] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.725] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.811] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.836] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.852] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.878] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.030] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: 84206bbb316f948df6bfccc75bc0787d34f970c7\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.142] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 0.2.1\n root_app/app2: 0.2.1\n version: 1\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.151] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.161] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:02.163] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.196] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.207] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:02.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.244] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:02.244] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.268] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/root_app [2022-05-22 12:01:02.269] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.279] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.290] [filelock] [DEBUG] Attempting to release lock 140123914914256 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.290] [filelock] [DEBUG] Lock 140123914914256 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.298] [filelock] [DEBUG] Attempting to acquire lock 140123914913392 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.298] [filelock] [DEBUG] Lock 140123914913392 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.301] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.318] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.324] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.330] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '772f6223b5801aa9cec607b477f62f8ccbf27c8c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.335] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.343] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.349] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.354] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.364] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.378] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.385] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.391] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.399] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.404] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.409] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.421] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.437] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.445] [filelock] [DEBUG] Attempting to release lock 140123914913392 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.445] [filelock] [DEBUG] Lock 140123914913392 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.453] [filelock] [DEBUG] Attempting to acquire lock 140123932238848 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.454] [filelock] [DEBUG] Lock 140123932238848 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.457] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.478] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.485] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.492] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '772f6223b5801aa9cec607b477f62f8ccbf27c8c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.498] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.509] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.515] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.524] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.537] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.557] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.563] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.569] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.578] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.585] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.594] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.605] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.623] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.633] [filelock] [DEBUG] Attempting to release lock 140123932238848 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.634] [filelock] [DEBUG] Lock 140123932238848 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.644] [filelock] [DEBUG] Attempting to acquire lock 140123914465536 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.644] [filelock] [DEBUG] Lock 140123914465536 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.650] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.668] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.674] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.678] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '772f6223b5801aa9cec607b477f62f8ccbf27c8c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.684] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.690] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.695] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.700] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.711] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.727] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.731] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.738] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.746] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.752] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.765] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.781] [vmn] [ERROR] When not in release candidate mode, a release mode must be specified - use -r/--release-mode with one of major/minor/patch/hotfix [2022-05-22 12:01:02.782] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.794] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.806] [filelock] [DEBUG] Attempting to release lock 140123914465536 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.807] [filelock] [DEBUG] Lock 140123914465536 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.816] [filelock] [DEBUG] Attempting to acquire lock 140123914468032 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.816] [filelock] [DEBUG] Lock 140123914468032 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.820] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.837] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.842] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.846] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '772f6223b5801aa9cec607b477f62f8ccbf27c8c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.853] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.859] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.864] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.871] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.880] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.894] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.900] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.905] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.911] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.916] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.928] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.941] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_0.2*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.957] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.975] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.982] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.987] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.996] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.115] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.2\n changesets:\n .:\n hash: 772f6223b5801aa9cec607b477f62f8ccbf27c8c\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_0.2.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.226] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 0.2.1\n root_app/app2: 0.2.2\n version: 2\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.233] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.241] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.242] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.269] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_0.2.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.280] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.280] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_0.2.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.300] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.308] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.328] [vmn] [INFO] 0.2.2 [2022-05-22 12:01:05.329] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.339] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.351] [filelock] [DEBUG] Attempting to release lock 140123914468032 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.351] [filelock] [DEBUG] Lock 140123914468032 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.358] [filelock] [DEBUG] Attempting to acquire lock 140123914468896 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.359] [filelock] [DEBUG] Lock 140123914468896 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.362] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.379] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.383] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.387] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c37b5708f6ac7279879baa18cbde7be18f1b4b8d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.392] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.398] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.403] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.408] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.429] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.433] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.437] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.444] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.448] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.452] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.462] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.473] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.481] [filelock] [DEBUG] Attempting to release lock 140123914468896 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.481] [filelock] [DEBUG] Lock 140123914468896 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914914352 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914914352 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140123914914352 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914914352 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932054240 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932054240 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '66eab040aa09c16275d9d10bf71c9fd455b78580', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: 84206bbb316f948df6bfccc75bc0787d34f970c7\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app1_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app1\n name: root_app\n services:\n root_app/app1: 0.2.1\n version: 0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app1_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app1_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/root_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932054240 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932054240 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914914256 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914914256 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'acb9746e8ffea55e72915759f0a106ac7566ae7d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: 84206bbb316f948df6bfccc75bc0787d34f970c7\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 0.2.1\n root_app/app2: 0.2.1\n version: 1\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/root_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123914914256 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914914256 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914913392 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914913392 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '772f6223b5801aa9cec607b477f62f8ccbf27c8c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123914913392 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914913392 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932238848 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932238848 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '772f6223b5801aa9cec607b477f62f8ccbf27c8c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932238848 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932238848 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914465536 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914465536 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '772f6223b5801aa9cec607b477f62f8ccbf27c8c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:812 When not in release candidate mode, a release mode must be specified - use -r/--release-mode with one of major/minor/patch/hotfix DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123914465536 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914465536 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914468032 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914468032 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '772f6223b5801aa9cec607b477f62f8ccbf27c8c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_0.2*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.2\n changesets:\n .:\n hash: 772f6223b5801aa9cec607b477f62f8ccbf27c8c\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_0.2.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 0.2.1\n root_app/app2: 0.2.2\n version: 2\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_0.2.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_0.2.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.2.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123914468032 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914468032 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123914468896 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123914468896 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c37b5708f6ac7279879baa18cbde7be18f1b4b8d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123914468896 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123914468896 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_basic_root_show_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_rc_stamping[git] 31.36
[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:56.920] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.935] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:56.957] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:56.968] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.977] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:56.988] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.028] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:57.068] [filelock] [DEBUG] Attempting to acquire lock 140598150593024 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.068] [filelock] [DEBUG] Lock 140598150593024 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.072] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.091] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.099] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.104] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.113] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.118] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.126] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.134] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.148] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.161] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.173] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.186] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.188] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.224] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo [2022-05-22 12:00:57.226] [filelock] [DEBUG] Attempting to release lock 140598150593024 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.226] [filelock] [DEBUG] Lock 140598150593024 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.235] [filelock] [DEBUG] Attempting to acquire lock 140598150433280 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.236] [filelock] [DEBUG] Lock 140598150433280 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.240] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.259] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.267] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.273] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '77b3ac2f8f5fe824f59832a7c8675d30579f0583', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.278] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.287] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.294] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.302] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.309] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.315] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.323] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.330] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.335] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.352] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.477] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: 84206bbb316f948df6bfccc75bc0787d34f970c7\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.482] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.491] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.492] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.525] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.526] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.548] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:58.549] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.561] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.569] [filelock] [DEBUG] Attempting to release lock 140598150433280 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.570] [filelock] [DEBUG] Lock 140598150433280 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.589] [filelock] [DEBUG] Attempting to acquire lock 140598150576016 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.589] [filelock] [DEBUG] Lock 140598150576016 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.594] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.612] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.618] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.622] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7676788609f3dc9c4a52572505f873bb40ff0044', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.627] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.634] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.638] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.643] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.655] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.665] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.679] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.686] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.694] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.708] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.716] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.723] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.748] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.884] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-rc1\n changesets:\n .:\n hash: 7676788609f3dc9c4a52572505f873bb40ff0044\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 1.2.3\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.897] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.940] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.941] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.020] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.049] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:00.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.126] [vmn] [INFO] 1.3.0-rc1 [2022-05-22 12:01:00.126] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.158] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.175] [filelock] [DEBUG] Attempting to release lock 140598150576016 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.175] [filelock] [DEBUG] Lock 140598150576016 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.191] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.214] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.231] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.299] [filelock] [DEBUG] Attempting to acquire lock 140598150693648 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.299] [filelock] [DEBUG] Lock 140598150693648 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.307] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.340] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.351] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.361] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bd0cd2ce3792aa6046ed8074f9bfb3d432c51d77', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.369] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.384] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.394] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.407] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.428] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.442] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.450] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.457] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.467] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.476] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.499] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.511] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bd0cd2ce3792aa6046ed8074f9bfb3d432c51d77', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.522] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.535] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.549] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.679] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-rc2\n changesets:\n .:\n hash: bd0cd2ce3792aa6046ed8074f9bfb3d432c51d77\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 2\n previous_version: 1.3.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-rc2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.690] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.705] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.707] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.754] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.768] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.769] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.805] [vmn] [INFO] 1.3.0-rc2 [2022-05-22 12:01:01.806] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.825] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.840] [filelock] [DEBUG] Attempting to release lock 140598150693648 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.840] [filelock] [DEBUG] Lock 140598150693648 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.849] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.861] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.871] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.919] [filelock] [DEBUG] Attempting to acquire lock 140598150593936 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.920] [filelock] [DEBUG] Lock 140598150593936 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.925] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.952] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.962] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.968] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9ee37e751ba4556bcdf21d9f27f9a18ba8693a50', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.976] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.984] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.991] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.999] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.016] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.028] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.034] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.043] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.051] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.057] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.078] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.091] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9ee37e751ba4556bcdf21d9f27f9a18ba8693a50', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.100] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-beta*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.109] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.119] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.245] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-beta1\n changesets:\n .:\n hash: 9ee37e751ba4556bcdf21d9f27f9a18ba8693a50\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: beta\n prerelease_count:\n beta: 1\n rc: 2\n previous_version: 1.3.0-rc2\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-beta1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.251] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.262] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.263] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.302] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-beta1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.311] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.311] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-beta1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.341] [vmn] [INFO] 1.3.0-beta1 [2022-05-22 12:01:03.343] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.357] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.370] [filelock] [DEBUG] Attempting to release lock 140598150593936 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.370] [filelock] [DEBUG] Lock 140598150593936 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.379] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.392] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.401] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.449] [filelock] [DEBUG] Attempting to acquire lock 140598133205552 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.450] [filelock] [DEBUG] Lock 140598133205552 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.457] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.481] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.488] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.495] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '543b1e5ac00dc7697947ec5438349d220f975bf4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.502] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.511] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.519] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.527] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.553] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.559] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.567] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.576] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.584] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.600] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.613] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '543b1e5ac00dc7697947ec5438349d220f975bf4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.622] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-beta*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.632] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.643] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.771] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-beta2\n changesets:\n .:\n hash: 543b1e5ac00dc7697947ec5438349d220f975bf4\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: beta\n prerelease_count:\n beta: 2\n rc: 2\n previous_version: 1.3.0-beta1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-beta2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.777] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.786] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:04.787] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.810] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-beta2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.815] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:04.816] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-beta2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.834] [vmn] [INFO] 1.3.0-beta2 [2022-05-22 12:01:04.835] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.843] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.851] [filelock] [DEBUG] Attempting to release lock 140598133205552 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.851] [filelock] [DEBUG] Lock 140598133205552 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.857] [filelock] [DEBUG] Attempting to acquire lock 140598133206128 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.858] [filelock] [DEBUG] Lock 140598133206128 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.861] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.875] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.879] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.884] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.888] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.892] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.898] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.902] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.911] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.919] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.924] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.928] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.933] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.938] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.954] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.966] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.077] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 543b1e5ac00dc7697947ec5438349d220f975bf4\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n beta: 2\n rc: 2\n previous_version: 1.3.0-beta1\n release_mode: prerelease\n stamped_on_branch: master\n version: 1.3.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.083] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.089] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.090] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.111] [vmn] [INFO] 1.3.0 [2022-05-22 12:01:06.112] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.121] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.131] [filelock] [DEBUG] Attempting to release lock 140598133206128 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.131] [filelock] [DEBUG] Lock 140598133206128 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.139] [filelock] [DEBUG] Attempting to acquire lock 140598150408608 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.140] [filelock] [DEBUG] Lock 140598150408608 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.147] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.164] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.169] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.176] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.180] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.186] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.193] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.198] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.214] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.230] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.235] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.240] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.249] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.254] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.274] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.288] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.301] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.422] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 543b1e5ac00dc7697947ec5438349d220f975bf4\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n beta: 2\n rc: 2\n previous_version: 1.3.0-beta1\n release_mode: prerelease\n stamped_on_branch: master\n version: 1.3.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.429] [vmn] [ERROR] Failed to release 1.3.0 [2022-05-22 12:01:07.430] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.441] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.450] [filelock] [DEBUG] Attempting to release lock 140598150408608 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.451] [filelock] [DEBUG] Lock 140598150408608 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.452] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.457] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.461] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0-beta2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.465] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0-beta1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.470] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.474] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.478] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.483] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.499] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.507] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.514] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.520] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.549] [filelock] [DEBUG] Attempting to acquire lock 140598132688640 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.549] [filelock] [DEBUG] Lock 140598132688640 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.554] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.570] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.573] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.578] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6c2ceacee88a50fa16eafb9f76ae4535d187d6d9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.583] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.588] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.592] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.607] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.616] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.622] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.627] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.631] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.637] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.646] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.656] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6c2ceacee88a50fa16eafb9f76ae4535d187d6d9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.663] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.668] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2.0.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.674] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.680] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.796] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 2.0.0-rc1\n changesets:\n .:\n hash: 6c2ceacee88a50fa16eafb9f76ae4535d187d6d9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 1.3.0-beta2\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2.0.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.802] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.809] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.810] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.835] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2.0.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.841] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.842] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2.0.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.863] [vmn] [INFO] 2.0.0-rc1 [2022-05-22 12:01:08.864] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.873] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.880] [filelock] [DEBUG] Attempting to release lock 140598132688640 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.880] [filelock] [DEBUG] Lock 140598132688640 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.886] [filelock] [DEBUG] Attempting to acquire lock 140598150430784 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.886] [filelock] [DEBUG] Lock 140598150430784 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.906] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.916] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e79013f091dc2a3564f67295c38eaf90cf019a95', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.919] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.926] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.930] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.934] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.943] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.952] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.955] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.959] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.965] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.970] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.980] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.987] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e79013f091dc2a3564f67295c38eaf90cf019a95', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.002] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.115] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 2.0.0\n changesets:\n .:\n hash: 6c2ceacee88a50fa16eafb9f76ae4535d187d6d9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n rc: 1\n previous_version: 1.3.0-beta2\n release_mode: prerelease\n stamped_on_branch: master\n version: 2.0.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2.0.0', 'e79013f091dc2a3564f67295c38eaf90cf019a95'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.120] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:10.126] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:10.127] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:10.147] [vmn] [INFO] 2.0.0 [2022-05-22 12:01:10.148] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.157] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.165] [filelock] [DEBUG] Attempting to release lock 140598150430784 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:10.166] [filelock] [DEBUG] Lock 140598150430784 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:10.171] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:10.178] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:10.186] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.215] [filelock] [DEBUG] Attempting to acquire lock 140598150574528 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:10.215] [filelock] [DEBUG] Lock 140598150574528 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:10.219] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.242] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:10.245] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c1b80e8f5b0e2669df493675bd59b37ad07a41e9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.250] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:10.255] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:10.260] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.265] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.276] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.289] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.294] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.299] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.303] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.319] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.329] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c1b80e8f5b0e2669df493675bd59b37ad07a41e9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.336] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.340] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.0.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.346] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.353] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.473] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.0.0-rc1\n changesets:\n .:\n hash: c1b80e8f5b0e2669df493675bd59b37ad07a41e9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 2.0.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.0.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.483] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.500] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:11.505] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.556] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.0.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.570] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:11.571] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.0.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.606] [vmn] [INFO] 3.0.0-rc1 [2022-05-22 12:01:11.609] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.626] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.636] [filelock] [DEBUG] Attempting to release lock 140598150574528 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.637] [filelock] [DEBUG] Lock 140598150574528 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.651] [filelock] [DEBUG] Attempting to acquire lock 140598132810992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.651] [filelock] [DEBUG] Lock 140598132810992 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.660] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.692] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.700] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.706] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fa31b51a522bc8639f004b21b0fab2d07d834754', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.716] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.726] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.738] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.748] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.768] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.788] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.797] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.824] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.831] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.852] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.860] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fa31b51a522bc8639f004b21b0fab2d07d834754', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.877] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.003] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.0.0\n changesets:\n .:\n hash: c1b80e8f5b0e2669df493675bd59b37ad07a41e9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n rc: 1\n previous_version: 2.0.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\n version: 3.0.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.0.0', 'fa31b51a522bc8639f004b21b0fab2d07d834754'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.017] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.039] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:13.041] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.091] [vmn] [INFO] 3.0.0 [2022-05-22 12:01:13.092] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.112] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.128] [filelock] [DEBUG] Attempting to release lock 140598132810992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.129] [filelock] [DEBUG] Lock 140598132810992 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.138] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.152] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.162] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.256] [filelock] [DEBUG] Attempting to acquire lock 140598150431456 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.257] [filelock] [DEBUG] Lock 140598150431456 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.265] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.334] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.358] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86ed4538fa2a63d8ca9e4cf737924a3a9bacc594', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.366] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.381] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.391] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.400] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.425] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.451] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.460] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.478] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.494] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.503] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.532] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.555] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86ed4538fa2a63d8ca9e4cf737924a3a9bacc594', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.570] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.585] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.603] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.738] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.1.0\n changesets:\n .:\n hash: 86ed4538fa2a63d8ca9e4cf737924a3a9bacc594\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 3.0.0-rc1\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.1.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.745] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:14.754] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:14.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:14.791] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.1.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:14.800] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:14.801] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.1.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:14.831] [vmn] [INFO] 3.1.0 [2022-05-22 12:01:14.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.848] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.857] [filelock] [DEBUG] Attempting to release lock 140598150431456 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:14.857] [filelock] [DEBUG] Lock 140598150431456 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:14.863] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:14.873] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:14.884] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.927] [filelock] [DEBUG] Attempting to acquire lock 140598150432416 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:14.927] [filelock] [DEBUG] Lock 140598150432416 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:14.932] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.958] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.964] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:14.970] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '237c57bfff9a3bd006ed74893e759c42bfee705c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.976] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:14.983] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:14.990] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.996] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.010] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.020] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.028] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.034] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.042] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.048] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.062] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.073] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '237c57bfff9a3bd006ed74893e759c42bfee705c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.082] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.090] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.2.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.104] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.117] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.243] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.2.0-rc1\n changesets:\n .:\n hash: 237c57bfff9a3bd006ed74893e759c42bfee705c\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 3.1.0\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.2.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.253] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.263] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:16.264] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.296] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.2.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.304] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:16.305] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.2.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.332] [vmn] [INFO] 3.2.0-rc1 [2022-05-22 12:01:16.332] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.363] [filelock] [DEBUG] Attempting to release lock 140598150432416 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.363] [filelock] [DEBUG] Lock 140598150432416 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.371] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:16.381] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:16.393] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.437] [filelock] [DEBUG] Attempting to acquire lock 140598150431696 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.437] [filelock] [DEBUG] Lock 140598150431696 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.446] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.476] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.484] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:16.491] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f0d637a20b45f574c20f8b36c050af9c78684569', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.497] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:16.508] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:16.520] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.530] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.550] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.568] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.576] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.586] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.595] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.601] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.619] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.633] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f0d637a20b45f574c20f8b36c050af9c78684569', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.648] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.662] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.3.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.674] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.689] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:17.822] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.3.0-rc1\n changesets:\n .:\n hash: f0d637a20b45f574c20f8b36c050af9c78684569\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 3.2.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.3.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:17.829] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:17.837] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:17.838] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:17.869] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:17.879] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:17.880] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:17.910] [vmn] [INFO] 3.3.0-rc1 [2022-05-22 12:01:17.910] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:17.927] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:17.938] [filelock] [DEBUG] Attempting to release lock 140598150431696 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:17.939] [filelock] [DEBUG] Lock 140598150431696 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:17.947] [filelock] [DEBUG] Attempting to acquire lock 140598150434096 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:17.947] [filelock] [DEBUG] Lock 140598150434096 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:17.951] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:17.972] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:17.977] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:17.983] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '18f52ec0267cf8b4426511a0a9549a0a211483b2', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.015] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:18.022] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:18.028] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.035] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.046] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.058] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.064] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.069] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.076] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.083] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.098] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.109] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '18f52ec0267cf8b4426511a0a9549a0a211483b2', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.114] [vmn] [INFO] 3.3.0-rc1 [2022-05-22 12:01:18.115] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.126] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.133] [filelock] [DEBUG] Attempting to release lock 140598150434096 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:18.134] [filelock] [DEBUG] Lock 140598150434096 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:18.142] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:18.149] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:18.156] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.198] [filelock] [DEBUG] Attempting to acquire lock 140598133108688 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:18.198] [filelock] [DEBUG] Lock 140598133108688 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:18.202] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.223] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.229] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:18.233] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '054f373089cb58bec2a9e85feeb5a1b4697b5813', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:18.244] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:18.248] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.252] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.264] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.274] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.279] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.284] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.291] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.296] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.307] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.314] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '054f373089cb58bec2a9e85feeb5a1b4697b5813', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.320] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.3.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.326] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.334] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.459] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.3.0-rc2\n changesets:\n .:\n hash: 054f373089cb58bec2a9e85feeb5a1b4697b5813\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 2\n previous_version: 3.3.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.3.0-rc2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.466] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.478] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:19.479] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.513] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.522] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:19.524] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.545] [vmn] [INFO] 3.3.0-rc2 [2022-05-22 12:01:19.546] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.560] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.567] [filelock] [DEBUG] Attempting to release lock 140598133108688 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.567] [filelock] [DEBUG] Lock 140598133108688 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.573] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.581] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.589] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.622] [filelock] [DEBUG] Attempting to acquire lock 140598133108448 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.623] [filelock] [DEBUG] Lock 140598133108448 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.627] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.648] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.654] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.658] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '044ce267deed6de2a3b34fa0937cd737f27d5909', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.663] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.668] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.676] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.681] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.694] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.704] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.709] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.715] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.720] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.725] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.736] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.744] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '044ce267deed6de2a3b34fa0937cd737f27d5909', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.750] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.754] [vmn] [ERROR] prerelease equals to 'release' somehow. Turn on debug mode to see traceback [2022-05-22 12:01:19.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.763] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:20.884] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.4.0\n changesets:\n .:\n hash: 044ce267deed6de2a3b34fa0937cd737f27d5909\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 3.3.0-rc2\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.4.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:20.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:20.899] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:20.900] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:20.922] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.4.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:20.929] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:20.930] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.4.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:20.948] [vmn] [INFO] 3.4.0 [2022-05-22 12:01:20.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:20.955] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:20.961] [filelock] [DEBUG] Attempting to release lock 140598133108448 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:20.961] [filelock] [DEBUG] Lock 140598133108448 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:20.964] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:20.969] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:20.974] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.000] [filelock] [DEBUG] Attempting to acquire lock 140598132212304 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:21.000] [filelock] [DEBUG] Lock 140598132212304 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:21.003] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.024] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.029] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:21.033] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cc4fd58da1a54093fb6fbd85750b84bef95ea81', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.037] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:21.044] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:21.047] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.051] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.059] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.067] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.072] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.077] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.081] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.085] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.096] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.102] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cc4fd58da1a54093fb6fbd85750b84bef95ea81', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.108] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.116] [vmn] [ERROR] prerelease equals to 'release' somehow. Turn on debug mode to see traceback [2022-05-22 12:01:21.118] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.124] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.5.0\n changesets:\n .:\n hash: 6cc4fd58da1a54093fb6fbd85750b84bef95ea81\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 3.4.0\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.5.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.241] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.248] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:22.249] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.270] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.5.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.277] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:22.278] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.5.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.303] [vmn] [INFO] 3.5.0 [2022-05-22 12:01:22.304] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.312] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.319] [filelock] [DEBUG] Attempting to release lock 140598132212304 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:22.319] [filelock] [DEBUG] Lock 140598132212304 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:22.323] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:22.328] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:22.335] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.361] [filelock] [DEBUG] Attempting to acquire lock 140598150486768 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:22.361] [filelock] [DEBUG] Lock 140598150486768 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:22.365] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.382] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.386] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:22.389] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2c855317a3daa960a152136ab723bd9b06189504', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.394] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:22.400] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:22.404] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.408] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.426] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.430] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.433] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.437] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.441] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.450] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.458] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2c855317a3daa960a152136ab723bd9b06189504', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.463] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.467] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.6.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.473] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.478] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.593] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.6.0-rc1\n changesets:\n .:\n hash: 2c855317a3daa960a152136ab723bd9b06189504\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 3.5.0\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.6.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:23.602] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:23.603] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:23.627] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.6.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:23.632] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:23.633] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.6.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:23.652] [vmn] [INFO] 3.6.0-rc1 [2022-05-22 12:01:23.652] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.659] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.664] [filelock] [DEBUG] Attempting to release lock 140598150486768 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:23.664] [filelock] [DEBUG] Lock 140598150486768 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:23.669] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:23.674] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:23.680] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.706] [filelock] [DEBUG] Attempting to acquire lock 140598150486432 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:23.706] [filelock] [DEBUG] Lock 140598150486432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:23.710] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.727] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.730] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:23.734] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ee6caaf935b1c3162cc09f414232baac8e05cc09', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.738] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:23.741] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:23.745] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.748] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.764] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.767] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.775] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.779] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.787] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.793] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ee6caaf935b1c3162cc09f414232baac8e05cc09', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.798] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.6.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.802] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.810] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:24.933] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.6.0-rc2\n changesets:\n .:\n hash: ee6caaf935b1c3162cc09f414232baac8e05cc09\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 2\n previous_version: 3.6.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.6.0-rc2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:24.941] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:24.950] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:24.951] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:24.976] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.6.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:24.983] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:24.983] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.6.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:25.003] [vmn] [INFO] 3.6.0-rc2 [2022-05-22 12:01:25.003] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.012] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.018] [filelock] [DEBUG] Attempting to release lock 140598150486432 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:25.018] [filelock] [DEBUG] Lock 140598150486432 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:25.024] [filelock] [DEBUG] Attempting to acquire lock 140598133104992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:25.025] [filelock] [DEBUG] Lock 140598133104992 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:25.028] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.046] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:25.053] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.057] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:25.062] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:25.065] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.070] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.080] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.087] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.092] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.096] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.099] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.110] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.120] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.127] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.132] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.141] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.147] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.6.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.152] [filelock] [DEBUG] Attempting to release lock 140598133104992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:25.153] [filelock] [DEBUG] Lock 140598133104992 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:25.157] [filelock] [DEBUG] Attempting to acquire lock 140598150485472 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:25.158] [filelock] [DEBUG] Lock 140598150485472 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:25.160] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.180] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.183] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:25.186] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.190] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:25.195] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:25.198] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.203] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.211] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.220] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.224] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.228] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.232] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.236] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.244] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.252] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:25.262] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.375] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.6.0\n changesets:\n .:\n hash: 2c855317a3daa960a152136ab723bd9b06189504\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n rc: 1\n previous_version: 3.5.0\n release_mode: prerelease\n stamped_on_branch: master\n version: 3.6.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.6.0', 'c558d28c644ccbb0c3ece4e64dd385f0331ab53e'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.379] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.6.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:26.385] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:26.386] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.6.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:26.406] [vmn] [INFO] 3.6.0 [2022-05-22 12:01:26.407] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.423] [filelock] [DEBUG] Attempting to release lock 140598150485472 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.423] [filelock] [DEBUG] Lock 140598150485472 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.429] [filelock] [DEBUG] Attempting to acquire lock 140598150576256 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.430] [filelock] [DEBUG] Lock 140598150576256 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.433] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.452] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.456] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.460] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.465] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.469] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.473] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.479] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.487] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.496] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.500] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.504] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.509] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.513] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.522] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.530] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.535] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.545] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.551] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.6.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.558] [filelock] [DEBUG] Attempting to release lock 140598150576256 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.558] [filelock] [DEBUG] Lock 140598150576256 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.563] [filelock] [DEBUG] Attempting to acquire lock 140598131743904 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.563] [filelock] [DEBUG] Lock 140598131743904 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.566] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.589] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.593] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.598] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.603] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.608] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.614] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.618] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.628] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.636] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.641] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.645] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.649] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.654] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.664] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.672] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.677] [vmn] [INFO] 3.6.0-rc2 [2022-05-22 12:01:26.678] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.687] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.696] [filelock] [DEBUG] Attempting to release lock 140598131743904 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.696] [filelock] [DEBUG] Lock 140598131743904 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.702] [filelock] [DEBUG] Attempting to acquire lock 140598133104992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.702] [filelock] [DEBUG] Lock 140598133104992 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.707] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.727] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.734] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.738] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.742] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.748] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.752] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.757] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.768] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.778] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.787] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.794] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.798] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.809] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.817] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.823] [vmn] [INFO] 3.6.0-rc2 [2022-05-22 12:01:26.824] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.834] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.843] [filelock] [DEBUG] Attempting to release lock 140598133104992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.843] [filelock] [DEBUG] Lock 140598133104992 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.850] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.858] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.867] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.909] [filelock] [DEBUG] Attempting to acquire lock 140598131373344 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.909] [filelock] [DEBUG] Lock 140598131373344 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:26.915] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.945] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.952] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.957] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '18378049cb2bcabd1fe76d6f9cea276dda849584', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.962] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.970] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:26.976] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.982] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:26.994] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.004] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.008] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.013] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.019] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.025] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.036] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.045] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '18378049cb2bcabd1fe76d6f9cea276dda849584', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.052] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.058] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.7.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.065] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:27.072] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.189] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.7.0-rc1\n changesets:\n .:\n hash: 18378049cb2bcabd1fe76d6f9cea276dda849584\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 3.6.0-rc2\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.7.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.194] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:28.201] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:28.202] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:28.228] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.7.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:28.234] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:28.235] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.7.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:28.259] [vmn] [INFO] 3.7.0-rc1 [2022-05-22 12:01:28.259] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.270] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.278] [filelock] [DEBUG] Attempting to release lock 140598131373344 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:28.278] [filelock] [DEBUG] Lock 140598131373344 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock [INFO] 3.6.0-rc2 [INFO] 3.6.0-rc2 [INFO] 3.7.0-rc1
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150593024 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150593024 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140598150593024 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150593024 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150433280 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150433280 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '77b3ac2f8f5fe824f59832a7c8675d30579f0583', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: 84206bbb316f948df6bfccc75bc0787d34f970c7\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150433280 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150433280 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150576016 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150576016 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7676788609f3dc9c4a52572505f873bb40ff0044', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-rc1\n changesets:\n .:\n hash: 7676788609f3dc9c4a52572505f873bb40ff0044\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 1.2.3\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0-rc1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150576016 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150576016 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150693648 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150693648 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bd0cd2ce3792aa6046ed8074f9bfb3d432c51d77', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bd0cd2ce3792aa6046ed8074f9bfb3d432c51d77', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-rc2\n changesets:\n .:\n hash: bd0cd2ce3792aa6046ed8074f9bfb3d432c51d77\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 2\n previous_version: 1.3.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-rc2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0-rc2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150693648 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150693648 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150593936 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150593936 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9ee37e751ba4556bcdf21d9f27f9a18ba8693a50', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9ee37e751ba4556bcdf21d9f27f9a18ba8693a50', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-beta*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-beta1\n changesets:\n .:\n hash: 9ee37e751ba4556bcdf21d9f27f9a18ba8693a50\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: beta\n prerelease_count:\n beta: 1\n rc: 2\n previous_version: 1.3.0-rc2\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-beta1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-beta1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-beta1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0-beta1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150593936 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150593936 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133205552 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133205552 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '543b1e5ac00dc7697947ec5438349d220f975bf4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '543b1e5ac00dc7697947ec5438349d220f975bf4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-beta*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-beta2\n changesets:\n .:\n hash: 543b1e5ac00dc7697947ec5438349d220f975bf4\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: beta\n prerelease_count:\n beta: 2\n rc: 2\n previous_version: 1.3.0-beta1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-beta2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-beta2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-beta2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0-beta2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598133205552 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133205552 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133206128 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133206128 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 543b1e5ac00dc7697947ec5438349d220f975bf4\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n beta: 2\n rc: 2\n previous_version: 1.3.0-beta1\n release_mode: prerelease\n stamped_on_branch: master\n version: 1.3.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1362 1.3.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598133206128 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133206128 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150408608 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150408608 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 543b1e5ac00dc7697947ec5438349d220f975bf4\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n beta: 2\n rc: 2\n previous_version: 1.3.0-beta1\n release_mode: prerelease\n stamped_on_branch: master\n version: 1.3.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'f7ca558a4403bfca30f69b0b089773c692dd4f8a'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:1364 Failed to release 1.3.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150408608 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150408608 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0-beta2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0-beta1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-d', 'test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598132688640 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598132688640 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6c2ceacee88a50fa16eafb9f76ae4535d187d6d9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6c2ceacee88a50fa16eafb9f76ae4535d187d6d9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_2.0.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 2.0.0-rc1\n changesets:\n .:\n hash: 6c2ceacee88a50fa16eafb9f76ae4535d187d6d9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 1.3.0-beta2\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2.0.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2.0.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2.0.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 2.0.0-rc1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598132688640 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598132688640 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150430784 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150430784 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e79013f091dc2a3564f67295c38eaf90cf019a95', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e79013f091dc2a3564f67295c38eaf90cf019a95', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 2.0.0\n changesets:\n .:\n hash: 6c2ceacee88a50fa16eafb9f76ae4535d187d6d9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n rc: 1\n previous_version: 1.3.0-beta2\n release_mode: prerelease\n stamped_on_branch: master\n version: 2.0.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2.0.0', 'e79013f091dc2a3564f67295c38eaf90cf019a95'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1362 2.0.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150430784 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150430784 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150574528 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150574528 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c1b80e8f5b0e2669df493675bd59b37ad07a41e9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'c1b80e8f5b0e2669df493675bd59b37ad07a41e9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.0.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.0.0-rc1\n changesets:\n .:\n hash: c1b80e8f5b0e2669df493675bd59b37ad07a41e9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 2.0.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.0.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.0.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.0.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.0.0-rc1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150574528 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150574528 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598132810992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598132810992 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fa31b51a522bc8639f004b21b0fab2d07d834754', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fa31b51a522bc8639f004b21b0fab2d07d834754', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.0.0\n changesets:\n .:\n hash: c1b80e8f5b0e2669df493675bd59b37ad07a41e9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n rc: 1\n previous_version: 2.0.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\n version: 3.0.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.0.0', 'fa31b51a522bc8639f004b21b0fab2d07d834754'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1362 3.0.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598132810992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598132810992 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150431456 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150431456 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86ed4538fa2a63d8ca9e4cf737924a3a9bacc594', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '86ed4538fa2a63d8ca9e4cf737924a3a9bacc594', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.1.0\n changesets:\n .:\n hash: 86ed4538fa2a63d8ca9e4cf737924a3a9bacc594\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 3.0.0-rc1\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.1.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.1.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.1.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.1.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150431456 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150431456 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150432416 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150432416 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '237c57bfff9a3bd006ed74893e759c42bfee705c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '237c57bfff9a3bd006ed74893e759c42bfee705c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.2.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.2.0-rc1\n changesets:\n .:\n hash: 237c57bfff9a3bd006ed74893e759c42bfee705c\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 3.1.0\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.2.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.2.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.2.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.2.0-rc1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150432416 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150432416 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150431696 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150431696 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f0d637a20b45f574c20f8b36c050af9c78684569', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f0d637a20b45f574c20f8b36c050af9c78684569', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.3.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.3.0-rc1\n changesets:\n .:\n hash: f0d637a20b45f574c20f8b36c050af9c78684569\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 3.2.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.3.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.3.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.3.0-rc1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150431696 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150431696 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150434096 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150434096 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '18f52ec0267cf8b4426511a0a9549a0a211483b2', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '18f52ec0267cf8b4426511a0a9549a0a211483b2', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 3.3.0-rc1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150434096 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150434096 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133108688 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133108688 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '054f373089cb58bec2a9e85feeb5a1b4697b5813', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '054f373089cb58bec2a9e85feeb5a1b4697b5813', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.3.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.3.0-rc2\n changesets:\n .:\n hash: 054f373089cb58bec2a9e85feeb5a1b4697b5813\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 2\n previous_version: 3.3.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.3.0-rc2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.3.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.3.0-rc2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598133108688 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133108688 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133108448 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133108448 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '044ce267deed6de2a3b34fa0937cd737f27d5909', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '044ce267deed6de2a3b34fa0937cd737f27d5909', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:269 prerelease equals to 'release' somehow. Turn on debug mode to see traceback DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.4.0\n changesets:\n .:\n hash: 044ce267deed6de2a3b34fa0937cd737f27d5909\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 3.3.0-rc2\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.4.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.4.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.4.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.4.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598133108448 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133108448 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598132212304 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598132212304 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cc4fd58da1a54093fb6fbd85750b84bef95ea81', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cc4fd58da1a54093fb6fbd85750b84bef95ea81', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:269 prerelease equals to 'release' somehow. Turn on debug mode to see traceback DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.5.0\n changesets:\n .:\n hash: 6cc4fd58da1a54093fb6fbd85750b84bef95ea81\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 3.4.0\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.5.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.5.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.5.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.5.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598132212304 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598132212304 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150486768 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150486768 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2c855317a3daa960a152136ab723bd9b06189504', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '2c855317a3daa960a152136ab723bd9b06189504', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.6.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.6.0-rc1\n changesets:\n .:\n hash: 2c855317a3daa960a152136ab723bd9b06189504\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 3.5.0\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.6.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.6.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.6.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.6.0-rc1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150486768 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150486768 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150486432 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150486432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ee6caaf935b1c3162cc09f414232baac8e05cc09', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ee6caaf935b1c3162cc09f414232baac8e05cc09', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.6.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.6.0-rc2\n changesets:\n .:\n hash: ee6caaf935b1c3162cc09f414232baac8e05cc09\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 2\n previous_version: 3.6.0-rc1\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.6.0-rc2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.6.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.6.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.6.0-rc2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150486432 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150486432 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133104992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133104992 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.6.0-rc2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598133104992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133104992 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150485472 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150485472 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.6.0\n changesets:\n .:\n hash: 2c855317a3daa960a152136ab723bd9b06189504\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count:\n rc: 1\n previous_version: 3.5.0\n release_mode: prerelease\n stamped_on_branch: master\n version: 3.6.0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.6.0', 'c558d28c644ccbb0c3ece4e64dd385f0331ab53e'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.6.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.6.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1362 3.6.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150485472 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150485472 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150576256 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150576256 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.6.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150576256 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150576256 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598131743904 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598131743904 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 3.6.0-rc2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598131743904 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598131743904 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133104992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133104992 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7a6021110fd8a562379bb2fe77e30ab47e7b2996', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 3.6.0-rc2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598133104992 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133104992 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598131373344 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598131373344 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '18378049cb2bcabd1fe76d6f9cea276dda849584', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '18378049cb2bcabd1fe76d6f9cea276dda849584', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_3.7.0-rc*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 3.7.0-rc1\n changesets:\n .:\n hash: 18378049cb2bcabd1fe76d6f9cea276dda849584\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rc\n prerelease_count:\n rc: 1\n previous_version: 3.6.0-rc2\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_3.7.0-rc1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_3.7.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_3.7.0-rc1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 3.7.0-rc1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598131373344 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598131373344 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_rc_stamping_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_rc_goto[git] 3.75
[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:56.975] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:56.987] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.008] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:57.026] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.034] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.048] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.083] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:57.117] [filelock] [DEBUG] Attempting to acquire lock 139648349990000 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.117] [filelock] [DEBUG] Lock 139648349990000 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.120] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.141] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.148] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.157] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.164] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.171] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.182] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.189] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.205] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.215] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.229] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.239] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.241] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.273] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo [2022-05-22 12:00:57.274] [filelock] [DEBUG] Attempting to release lock 139648349990000 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.274] [filelock] [DEBUG] Lock 139648349990000 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.286] [filelock] [DEBUG] Attempting to acquire lock 139648350155872 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.286] [filelock] [DEBUG] Lock 139648350155872 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.290] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.316] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.323] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e8e50e335d7d52770848c815c46a4cdcbecdf1c8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.329] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.336] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.345] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.351] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.357] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.364] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.371] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.378] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.385] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.394] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.401] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.524] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: c9ecf0acb5b607aeb5ff9c73b00f03f1eb8cb9ea\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.532] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.540] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.542] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.572] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.582] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.583] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.607] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:58.608] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.620] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.627] [filelock] [DEBUG] Attempting to release lock 139648350155872 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.627] [filelock] [DEBUG] Lock 139648350155872 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.636] [filelock] [DEBUG] Attempting to acquire lock 139648350158512 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.637] [filelock] [DEBUG] Lock 139648350158512 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.644] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.661] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.668] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.675] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4419ac1f43b2837072add18df022a03250a25739', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.681] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.691] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.697] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.703] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.718] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.733] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.741] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.750] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.762] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.768] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.855] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.865] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.870] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-rc_aaa*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.877] [vmn] [ERROR] Tag 1.3.0-rc_aaa1 doesn't comply with: {major}.{minor}.{patch}[.{hotfix}][-{prerelease}][+{buildmetadata}] format [2022-05-22 12:00:58.878] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.894] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.904] [filelock] [DEBUG] Attempting to release lock 139648350158512 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.904] [filelock] [DEBUG] Lock 139648350158512 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.920] [filelock] [DEBUG] Attempting to acquire lock 139648332419328 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.921] [filelock] [DEBUG] Lock 139648332419328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.926] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.945] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.951] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.960] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4419ac1f43b2837072add18df022a03250a25739', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.965] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.972] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.982] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.990] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.006] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.016] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.024] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.032] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.047] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.055] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.087] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.104] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.111] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-rcaaa*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.120] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.147] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.295] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-rcaaa1\n changesets:\n .:\n hash: 4419ac1f43b2837072add18df022a03250a25739\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rcaaa\n prerelease_count:\n rcaaa: 1\n previous_version: 1.2.3\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-rcaaa1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.305] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.329] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:00.331] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.398] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-rcaaa1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.415] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:00.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-rcaaa1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.451] [vmn] [INFO] 1.3.0-rcaaa1 [2022-05-22 12:01:00.454] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.475] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.495] [filelock] [DEBUG] Attempting to release lock 139648332419328 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.497] [filelock] [DEBUG] Lock 139648332419328 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.509] [filelock] [DEBUG] Attempting to acquire lock 139648362538320 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.509] [filelock] [DEBUG] Lock 139648362538320 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.547] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.555] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.562] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cdfd1c0748035b5dcef4cee705c03b4639439497', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.572] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.581] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.588] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.611] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.624] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.631] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.639] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.647] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.655] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.670] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.680] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cdfd1c0748035b5dcef4cee705c03b4639439497', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.698] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.707] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_1.3.0-rcaaa1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.716] [vmn] [INFO] You are at version 1.3.0-rcaaa1 of test_app [2022-05-22 12:01:00.718] [filelock] [DEBUG] Attempting to release lock 139648362538320 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.718] [filelock] [DEBUG] Lock 139648362538320 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/test_app [ERROR] Tag 1.3.0-rc_aaa1 doesn't comply with: {major}.{minor}.{patch}[.{hotfix}][-{prerelease}][+{buildmetadata}] format [INFO] 1.3.0-rcaaa1 [INFO] You are at version 1.3.0-rcaaa1 of test_app
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349990000 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349990000 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 139648349990000 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349990000 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648350155872 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648350155872 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e8e50e335d7d52770848c815c46a4cdcbecdf1c8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: c9ecf0acb5b607aeb5ff9c73b00f03f1eb8cb9ea\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648350155872 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648350155872 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648350158512 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648350158512 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4419ac1f43b2837072add18df022a03250a25739', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-rc_aaa*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) ERROR vmn:vmn.py:586 Tag 1.3.0-rc_aaa1 doesn't comply with: {major}.{minor}.{patch}[.{hotfix}][-{prerelease}][+{buildmetadata}] format DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648350158512 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648350158512 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648332419328 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648332419328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4419ac1f43b2837072add18df022a03250a25739', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1.3.0-rcaaa*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0-rcaaa1\n changesets:\n .:\n hash: 4419ac1f43b2837072add18df022a03250a25739\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: rcaaa\n prerelease_count:\n rcaaa: 1\n previous_version: 1.2.3\n release_mode: prerelease\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0-rcaaa1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0-rcaaa1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0-rcaaa1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0-rcaaa1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648332419328 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648332419328 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648362538320 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648362538320 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cdfd1c0748035b5dcef4cee705c03b4639439497', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cdfd1c0748035b5dcef4cee705c03b4639439497', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_1.3.0-rcaaa1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 1.3.0-rcaaa1 of test_app DEBUG filelock:_api.py:209 Attempting to release lock 139648362538320 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648362538320 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_rc_goto_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_get_version_number_from_file[git] 1.71
[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw9] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:57.155] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.168] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.190] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo'])'s unused stdout: [2022-05-22 12:00:57.204] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.212] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.227] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.256] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:57.288] [filelock] [DEBUG] Attempting to acquire lock 140150142643504 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.288] [filelock] [DEBUG] Lock 140150142643504 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.292] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.311] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.318] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.324] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.329] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.335] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.345] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.350] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.363] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.374] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.383] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.393] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:57.394] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo [2022-05-22 12:00:57.424] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo [2022-05-22 12:00:57.425] [filelock] [DEBUG] Attempting to release lock 140150142643504 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.425] [filelock] [DEBUG] Lock 140150142643504 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.432] [filelock] [DEBUG] Attempting to acquire lock 140150142643360 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.432] [filelock] [DEBUG] Lock 140150142643360 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.435] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.453] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.460] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.464] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e8e50e335d7d52770848c815c46a4cdcbecdf1c8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.469] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.477] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.482] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.488] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.496] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.502] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.508] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.516] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.523] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.533] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.540] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.667] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: c9ecf0acb5b607aeb5ff9c73b00f03f1eb8cb9ea\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.675] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.684] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.686] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.720] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.733] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.734] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/test_app [2022-05-22 12:00:58.775] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/test_app [2022-05-22 12:00:58.777] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.857] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.864] [filelock] [DEBUG] Attempting to release lock 140150142643360 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.864] [filelock] [DEBUG] Lock 140150142643360 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140150142643504 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140150142643504 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140150142643504 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140150142643504 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140150142643360 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140150142643360 acquired on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e8e50e335d7d52770848c815c46a4cdcbecdf1c8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: c9ecf0acb5b607aeb5ff9c73b00f03f1eb8cb9ea\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140150142643360 on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140150142643360 released on /tmp/pytest-of-root/pytest-1/popen-gw9/test_get_version_number_from_f0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_starting_version[git] 3.40
[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:57.839] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.850] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.867] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:57.881] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.888] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:57.900] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:57.931] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:57.959] [filelock] [DEBUG] Attempting to acquire lock 140656885898688 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.960] [filelock] [DEBUG] Lock 140656885898688 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:57.964] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.981] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.986] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.993] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:57.999] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.004] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.012] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.017] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.029] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.038] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.047] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.058] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.059] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo [2022-05-22 12:00:58.089] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo [2022-05-22 12:00:58.091] [filelock] [DEBUG] Attempting to release lock 140656885898688 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.091] [filelock] [DEBUG] Lock 140656885898688 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.101] [filelock] [DEBUG] Attempting to acquire lock 140656868591168 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.102] [filelock] [DEBUG] Lock 140656868591168 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.105] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.125] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.132] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.137] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '00ae4e612b544678199bbf55e4bbb4ab857a7d64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.141] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.149] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.154] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.160] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.166] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.171] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.177] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.186] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.192] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.202] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.334] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: c9ecf0acb5b607aeb5ff9c73b00f03f1eb8cb9ea\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.346] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.357] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.359] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.465] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.478] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.480] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:59.533] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:59.535] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.559] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.573] [filelock] [DEBUG] Attempting to release lock 140656868591168 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.574] [filelock] [DEBUG] Lock 140656868591168 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.588] [filelock] [DEBUG] Attempting to acquire lock 140656886366944 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.589] [filelock] [DEBUG] Lock 140656886366944 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.660] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.669] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.682] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0d552025f3124b57a9d94670ee3ab105d6b81909', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.689] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.708] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.716] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.739] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.766] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.784] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.793] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.825] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.839] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.845] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.899] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.921] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.941] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.972] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.109] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 0d552025f3124b57a9d94670ee3ab105d6b81909\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.120] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.131] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.133] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.169] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.180] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.182] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.3.0 [2022-05-22 12:01:01.207] [vmn] [INFO] 1.3.0 [2022-05-22 12:01:01.208] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.223] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.232] [filelock] [DEBUG] Attempting to release lock 140656886366944 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.233] [filelock] [DEBUG] Lock 140656886366944 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885898688 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885898688 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140656885898688 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885898688 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656868591168 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656868591168 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '00ae4e612b544678199bbf55e4bbb4ab857a7d64', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: c9ecf0acb5b607aeb5ff9c73b00f03f1eb8cb9ea\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656868591168 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656868591168 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656886366944 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656886366944 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0d552025f3124b57a9d94670ee3ab105d6b81909', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 0d552025f3124b57a9d94670ee3ab105d6b81909\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656886366944 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656886366944 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_starting_version_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_get_version[git] 5.20
[gw8] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw8] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw8] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw8] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:00:58.061] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.073] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.091] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo'])'s unused stdout: [2022-05-22 12:00:58.102] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.109] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.122] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.150] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:00:58.178] [filelock] [DEBUG] Attempting to acquire lock 140412022914112 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.178] [filelock] [DEBUG] Lock 140412022914112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.183] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.201] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.208] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.213] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.220] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.227] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.234] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.240] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.254] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.263] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.269] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:58.279] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:58.280] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo [2022-05-22 12:00:58.304] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo [2022-05-22 12:00:58.305] [filelock] [DEBUG] Attempting to release lock 140412022914112 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.305] [filelock] [DEBUG] Lock 140412022914112 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.313] [filelock] [DEBUG] Attempting to acquire lock 140412022605808 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.313] [filelock] [DEBUG] Lock 140412022605808 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:58.316] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.331] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.335] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.341] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '398620a2bf7f39e1bbfc38abda2047cd11dc6481', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.346] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.352] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:58.358] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.362] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.367] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.372] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.377] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.385] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.389] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.398] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:58.402] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.526] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 6e70328b747016d305cf781abb50a8d5a39a9a8a\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.558] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.560] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.637] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:00:59.655] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:00:59.656] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:59.718] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/test_app [2022-05-22 12:00:59.719] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.748] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.769] [filelock] [DEBUG] Attempting to release lock 140412022605808 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.770] [filelock] [DEBUG] Lock 140412022605808 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:00:59.771] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', '-b', 'new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.793] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.826] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:00:59.858] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:00:59.952] [git.cmd] [DEBUG] Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.051] [filelock] [DEBUG] Attempting to acquire lock 140412022724112 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.053] [filelock] [DEBUG] Lock 140412022724112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.068] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.135] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.158] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.168] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cd62fd13d767d41c4f97735da92150fbdc8c879', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.176] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.194] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.206] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.227] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.257] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.272] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.280] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.290] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.301] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.311] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/new_branch..new_branch', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.339] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.357] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.371] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.388] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.519] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 6cd62fd13d767d41c4f97735da92150fbdc8c879\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: new_branch\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.530] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.541] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.542] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.582] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.593] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.595] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:01:01.632] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:01.633] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.650] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.659] [filelock] [DEBUG] Attempting to release lock 140412022724112 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.660] [filelock] [DEBUG] Lock 140412022724112 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.661] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.670] [root] [INFO] going to run: git merge --squash new_branch master Updating 0ce0a07..a17cfb7 Fast-forward Squash commit -- not updating HEAD .vmn/test_app/last_known_app_version.yml | 2 +- f1.file | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 f1.file [master 8868b38] Merge new_branch in master Committer: root <root@ILTELPC504.emea.munters.com> Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly. Run the following command and follow the instructions in your editor to edit your configuration file: git config --global --edit After doing this, you may fix the identity used for this commit with: git commit --amend --reset-author 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 f1.file [2022-05-22 12:01:01.693] [git.cmd] [DEBUG] Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.744] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.762] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.763] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.806] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.825] [filelock] [DEBUG] Attempting to acquire lock 140412022604464 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.826] [filelock] [DEBUG] Lock 140412022604464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.837] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.863] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.872] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.877] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8868b3864493de73e83e570a1f5e27b3b03707cb', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.884] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.894] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.901] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.910] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.925] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.940] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.962] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.970] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.978] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.994] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.005] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8868b3864493de73e83e570a1f5e27b3b03707cb', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.014] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.024] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.033] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.161] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 8868b3864493de73e83e570a1f5e27b3b03707cb\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.167] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.176] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.177] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.204] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.212] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.213] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.2 [2022-05-22 12:01:03.235] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:03.236] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.250] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.260] [filelock] [DEBUG] Attempting to release lock 140412022604464 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.260] [filelock] [DEBUG] Lock 140412022604464 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022914112 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022914112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140412022914112 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022914112 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022605808 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022605808 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '398620a2bf7f39e1bbfc38abda2047cd11dc6481', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 6e70328b747016d305cf781abb50a8d5a39a9a8a\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412022605808 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022605808 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', '-b', 'new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022724112 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022724112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '6cd62fd13d767d41c4f97735da92150fbdc8c879', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/new_branch..new_branch', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 6cd62fd13d767d41c4f97735da92150fbdc8c879\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: new_branch\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/new_branch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412022724112 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022724112 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO root:conftest.py:87 going to run: git merge --squash new_branch master DEBUG git.cmd:cmd.py:814 Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG filelock:_api.py:172 Attempting to acquire lock 140412022604464 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140412022604464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8868b3864493de73e83e570a1f5e27b3b03707cb', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8868b3864493de73e83e570a1f5e27b3b03707cb', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 8868b3864493de73e83e570a1f5e27b3b03707cb\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140412022604464 on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140412022604464 released on /tmp/pytest-of-root/pytest-1/popen-gw8/test_get_version_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_version_backends_npm[git] 4.73
[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw3] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:01:00.739] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.752] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.770] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo'])'s unused stdout: [2022-05-22 12:01:00.786] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.793] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.810] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.839] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:01:00.867] [filelock] [DEBUG] Attempting to acquire lock 139648349988608 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.868] [filelock] [DEBUG] Lock 139648349988608 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:00.871] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.899] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.907] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.914] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.919] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.927] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.934] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:00.948] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.957] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:00.965] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:00.974] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:00.975] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.022] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo [2022-05-22 12:01:01.023] [filelock] [DEBUG] Attempting to release lock 139648349988608 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.024] [filelock] [DEBUG] Lock 139648349988608 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.036] [filelock] [DEBUG] Attempting to acquire lock 139648349863600 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.036] [filelock] [DEBUG] Lock 139648349863600 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.040] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.058] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.066] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.071] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f9d7d0cafe2bdca600b053c8a30a246e03355b1d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.079] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.087] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.093] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.102] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.111] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.118] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.126] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.136] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.144] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.156] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.166] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.294] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 0801293cab61d6df249fb0ebebb1604d903f9c65\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.301] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.308] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:02.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.338] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.346] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:02.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.369] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/test_app [2022-05-22 12:01:02.371] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.383] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.390] [filelock] [DEBUG] Attempting to release lock 139648349863600 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.391] [filelock] [DEBUG] Lock 139648349863600 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.402] [filelock] [DEBUG] Attempting to acquire lock 139648349863648 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.403] [filelock] [DEBUG] Lock 139648349863648 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.409] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.429] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.434] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.441] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '11f82b35164b726aea7d969cab4372a266b5b204', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.448] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.455] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.464] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.470] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.485] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.497] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.505] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.512] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.519] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.528] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.546] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.557] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.565] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.576] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.701] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 11f82b35164b726aea7d969cab4372a266b5b204\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.711] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.720] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.722] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.758] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.768] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.799] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:03.800] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.815] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.827] [filelock] [DEBUG] Attempting to release lock 139648349863648 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.827] [filelock] [DEBUG] Lock 139648349863648 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.833] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.844] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.854] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.888] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.904] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.915] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.922] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.959] [filelock] [DEBUG] Attempting to acquire lock 139648349862640 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.959] [filelock] [DEBUG] Lock 139648349862640 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.965] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.983] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.987] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.992] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8565cf89d0ee04ded5f6d6cf613d2e480e1fef6c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.998] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.003] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.008] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.014] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.025] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.037] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.042] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.047] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.051] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.056] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.062] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.067] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.079] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.087] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8565cf89d0ee04ded5f6d6cf613d2e480e1fef6c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.093] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.101] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.108] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.231] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 8565cf89d0ee04ded5f6d6cf613d2e480e1fef6c\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.247] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.248] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.272] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.281] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.282] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.301] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:05.301] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.311] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.317] [filelock] [DEBUG] Attempting to release lock 139648349862640 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.318] [filelock] [DEBUG] Lock 139648349862640 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.325] [filelock] [DEBUG] Attempting to acquire lock 139648349863120 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.326] [filelock] [DEBUG] Lock 139648349863120 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.329] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.351] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.355] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'aed87d8b1a3075ce162e658162411f5159c4bcf5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.359] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.366] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.370] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.376] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.385] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.395] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.400] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.406] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.410] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.416] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.421] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.425] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.436] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.444] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'aed87d8b1a3075ce162e658162411f5159c4bcf5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.449] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:05.449] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.458] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.464] [filelock] [DEBUG] Attempting to release lock 139648349863120 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.464] [filelock] [DEBUG] Lock 139648349863120 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/test_app [INFO] 0.0.1 [INFO] 0.0.2 [INFO] 0.0.2
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349988608 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349988608 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 139648349988608 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349988608 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349863600 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349863600 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f9d7d0cafe2bdca600b053c8a30a246e03355b1d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 0801293cab61d6df249fb0ebebb1604d903f9c65\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349863600 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349863600 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349863648 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349863648 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '11f82b35164b726aea7d969cab4372a266b5b204', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 11f82b35164b726aea7d969cab4372a266b5b204\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349863648 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349863648 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349862640 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349862640 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8565cf89d0ee04ded5f6d6cf613d2e480e1fef6c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '8565cf89d0ee04ded5f6d6cf613d2e480e1fef6c', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 8565cf89d0ee04ded5f6d6cf613d2e480e1fef6c\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349862640 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349862640 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 139648349863120 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 139648349863120 acquired on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'aed87d8b1a3075ce162e658162411f5159c4bcf5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'aed87d8b1a3075ce162e658162411f5159c4bcf5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 139648349863120 on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 139648349863120 released on /tmp/pytest-of-root/pytest-1/popen-gw3/test_version_backends_npm_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_remotes[git] 13.20
[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw1] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:01:01.254] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.269] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.285] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo'])'s unused stdout: [2022-05-22 12:01:01.301] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.309] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.325] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.363] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:01:01.404] [filelock] [DEBUG] Attempting to acquire lock 140656885785840 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.404] [filelock] [DEBUG] Lock 140656885785840 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.408] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.431] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.438] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.445] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.451] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.456] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.463] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.469] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.483] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.495] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.506] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.518] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:01.520] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo [2022-05-22 12:01:01.559] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo [2022-05-22 12:01:01.560] [filelock] [DEBUG] Attempting to release lock 140656885785840 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.560] [filelock] [DEBUG] Lock 140656885785840 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.569] [filelock] [DEBUG] Attempting to acquire lock 140656868418272 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.570] [filelock] [DEBUG] Lock 140656868418272 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.574] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.594] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.602] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.607] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ae3361322474b88249ab78bf9f77b48f45da8060', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.614] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.628] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.634] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.643] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.649] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.655] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.663] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.671] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.677] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.690] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.697] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.844] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 2f0eb0bdf8571485e55e1d76c35ef92ed748df52\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.851] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.860] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:02.861] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.897] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:02.898] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/test_app [2022-05-22 12:01:02.918] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/test_app [2022-05-22 12:01:02.919] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.930] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.936] [filelock] [DEBUG] Attempting to release lock 140656868418272 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.936] [filelock] [DEBUG] Lock 140656868418272 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.945] [filelock] [DEBUG] Attempting to acquire lock 140656868592800 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.945] [filelock] [DEBUG] Lock 140656868592800 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.965] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.972] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.978] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '81e7f8384f6ebfc56d71f8e99ea27a205e27588d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.983] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.989] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.994] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.000] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.012] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.020] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.025] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.030] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.036] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.041] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.058] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.064] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.071] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.189] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 81e7f8384f6ebfc56d71f8e99ea27a205e27588d\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.195] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.203] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:04.205] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.228] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.235] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:04.236] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:01:04.256] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:04.257] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.266] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.272] [filelock] [DEBUG] Attempting to release lock 140656868592800 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.273] [filelock] [DEBUG] Lock 140656868592800 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.283] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.289] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.298] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.328] [filelock] [DEBUG] Attempting to acquire lock 140656868592464 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.328] [filelock] [DEBUG] Lock 140656868592464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.332] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.348] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.352] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.357] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd43649676f769e578a53af78af5a627bd2eafc9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.362] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.367] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.372] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.377] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.387] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.396] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.401] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.405] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.410] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.414] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.424] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.433] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd43649676f769e578a53af78af5a627bd2eafc9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.438] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.445] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.451] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.569] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: fd43649676f769e578a53af78af5a627bd2eafc9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.575] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.586] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.587] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.612] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.619] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.620] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.2 [2022-05-22 12:01:05.639] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:05.640] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.650] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.656] [filelock] [DEBUG] Attempting to release lock 140656868592464 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.657] [filelock] [DEBUG] Lock 140656868592464 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.671] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.680] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.687] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.721] [filelock] [DEBUG] Attempting to acquire lock 140656885847568 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.721] [filelock] [DEBUG] Lock 140656885847568 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.727] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.743] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.748] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.753] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'dcf476e1515858ff1367a5476cfb83a696498cef', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.759] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.765] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.771] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.777] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.787] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.796] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.803] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.808] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.815] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'or3/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.820] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'or3/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.838] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'dcf476e1515858ff1367a5476cfb83a696498cef', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.845] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.851] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.857] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.975] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.3\n changesets:\n .:\n hash: dcf476e1515858ff1367a5476cfb83a696498cef\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.2\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.981] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.991] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.992] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:07.019] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/tags/test_app_0.0.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:07.026] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:07.026] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/tags/test_app_0.0.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.3 [2022-05-22 12:01:07.049] [vmn] [INFO] 0.0.3 [2022-05-22 12:01:07.050] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.059] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.067] [filelock] [DEBUG] Attempting to release lock 140656885847568 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.068] [filelock] [DEBUG] Lock 140656885847568 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.081] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.090] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.100] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.134] [filelock] [DEBUG] Attempting to acquire lock 140656867982832 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.135] [filelock] [DEBUG] Lock 140656867982832 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.139] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.157] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.163] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.167] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0c4ba409970a2d06d03c44eb494f1b2f0df0752b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.171] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.178] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.182] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.189] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.200] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.209] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.214] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.220] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.225] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'or3/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.234] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'or3/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.244] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.251] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0c4ba409970a2d06d03c44eb494f1b2f0df0752b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.257] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.265] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.271] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.389] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.4\n changesets:\n .:\n hash: 0c4ba409970a2d06d03c44eb494f1b2f0df0752b\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.3\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.4', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.395] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.401] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.402] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.426] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/tags/test_app_0.0.4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.433] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.434] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/tags/test_app_0.0.4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.4 [2022-05-22 12:01:08.452] [vmn] [INFO] 0.0.4 [2022-05-22 12:01:08.453] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.463] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.470] [filelock] [DEBUG] Attempting to release lock 140656867982832 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.471] [filelock] [DEBUG] Lock 140656867982832 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.480] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.488] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.494] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.509] [filelock] [DEBUG] Attempting to acquire lock 140656885788624 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.510] [filelock] [DEBUG] Lock 140656885788624 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.514] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.530] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.534] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.537] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e5b5b56e6a384092690429052e09cf8770b95b60', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.544] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.549] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.552] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.559] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.568] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.576] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.580] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.586] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.591] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.596] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.604] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.612] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e5b5b56e6a384092690429052e09cf8770b95b60', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.617] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.623] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.629] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.745] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.5\n changesets:\n .:\n hash: e5b5b56e6a384092690429052e09cf8770b95b60\n remote: .\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.4\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.5', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.752] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.759] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:09.760] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [WARNING] GitPython library has failed to push because we are up to date already. How can it be? [2022-05-22 12:01:09.770] [vmn] [WARNING] GitPython library has failed to push because we are up to date already. How can it be? [2022-05-22 12:01:09.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.5'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.777] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:09.778] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.5'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.5 [2022-05-22 12:01:09.786] [vmn] [INFO] 0.0.5 [2022-05-22 12:01:09.787] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.795] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.803] [filelock] [DEBUG] Attempting to release lock 140656885788624 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.803] [filelock] [DEBUG] Lock 140656885788624 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.814] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.823] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.830] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.853] [filelock] [DEBUG] Attempting to acquire lock 140656868268592 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.853] [filelock] [DEBUG] Lock 140656868268592 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.859] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.878] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.882] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.888] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '92d6709ac6200e1718e9535917db874cbbc7ce94', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.894] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.900] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.905] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.923] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.937] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.944] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.949] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.957] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.962] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.023] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.031] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '92d6709ac6200e1718e9535917db874cbbc7ce94', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.037] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.044] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.051] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.173] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.6\n changesets:\n .:\n hash: 92d6709ac6200e1718e9535917db874cbbc7ce94\n remote: .\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.5\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.6', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.177] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.184] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:11.186] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [WARNING] GitPython library has failed to push because we are up to date already. How can it be? [2022-05-22 12:01:11.193] [vmn] [WARNING] GitPython library has failed to push because we are up to date already. How can it be? [2022-05-22 12:01:11.193] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.6'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.202] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:11.202] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.6'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.6 [2022-05-22 12:01:11.208] [vmn] [INFO] 0.0.6 [2022-05-22 12:01:11.209] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.219] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.233] [filelock] [DEBUG] Attempting to release lock 140656868268592 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.233] [filelock] [DEBUG] Lock 140656868268592 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.251] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.259] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.273] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.299] [filelock] [DEBUG] Attempting to acquire lock 140656868591552 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.299] [filelock] [DEBUG] Lock 140656868591552 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.310] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.336] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.343] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.348] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e30747b678cc757a851c586ef361952485915ce7', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.353] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.362] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.371] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.380] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.396] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.413] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.419] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.428] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.436] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'or3/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.442] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'or3/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.459] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.473] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e30747b678cc757a851c586ef361952485915ce7', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.484] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.503] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.514] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.648] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.7\n changesets:\n .:\n hash: e30747b678cc757a851c586ef361952485915ce7\n remote: .\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.6\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.7', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.664] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:12.683] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:12.685] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [WARNING] GitPython library has failed to push because we are up to date already. How can it be? [2022-05-22 12:01:12.707] [vmn] [WARNING] GitPython library has failed to push because we are up to date already. How can it be? [2022-05-22 12:01:12.708] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/tags/test_app_0.0.7'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:12.732] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:12.734] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/tags/test_app_0.0.7'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.7 [2022-05-22 12:01:12.760] [vmn] [INFO] 0.0.7 [2022-05-22 12:01:12.761] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.794] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.808] [filelock] [DEBUG] Attempting to release lock 140656868591552 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.809] [filelock] [DEBUG] Lock 140656868591552 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.833] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.858] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:12.884] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.936] [filelock] [DEBUG] Attempting to acquire lock 140656885737072 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.937] [filelock] [DEBUG] Lock 140656885737072 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:12.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.001] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.013] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.022] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '954f858631fcbbd076152ccd2c4adf2ae6115b1d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.032] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.047] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.061] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.071] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.087] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.102] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.110] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.121] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.130] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'or3/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.137] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'or3/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.159] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.177] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '954f858631fcbbd076152ccd2c4adf2ae6115b1d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.193] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.216] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.235] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.375] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.8\n changesets:\n .:\n hash: 954f858631fcbbd076152ccd2c4adf2ae6115b1d\n remote: .\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.7\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.8', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.382] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:14.391] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:14.393] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [WARNING] GitPython library has failed to push because we are up to date already. How can it be? [2022-05-22 12:01:14.404] [vmn] [WARNING] GitPython library has failed to push because we are up to date already. How can it be? [2022-05-22 12:01:14.404] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/tags/test_app_0.0.8'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:14.412] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:14.413] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/tags/test_app_0.0.8'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.8 [2022-05-22 12:01:14.423] [vmn] [INFO] 0.0.8 [2022-05-22 12:01:14.423] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.438] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.449] [filelock] [DEBUG] Attempting to release lock 140656885737072 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:14.450] [filelock] [DEBUG] Lock 140656885737072 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885785840 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885785840 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140656885785840 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885785840 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656868418272 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656868418272 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ae3361322474b88249ab78bf9f77b48f45da8060', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 2f0eb0bdf8571485e55e1d76c35ef92ed748df52\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656868418272 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656868418272 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140656868592800 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656868592800 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '81e7f8384f6ebfc56d71f8e99ea27a205e27588d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 81e7f8384f6ebfc56d71f8e99ea27a205e27588d\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656868592800 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656868592800 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140656868592464 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656868592464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd43649676f769e578a53af78af5a627bd2eafc9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'fd43649676f769e578a53af78af5a627bd2eafc9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: fd43649676f769e578a53af78af5a627bd2eafc9\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656868592464 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656868592464 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885847568 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885847568 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'dcf476e1515858ff1367a5476cfb83a696498cef', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'or3/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'or3/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'dcf476e1515858ff1367a5476cfb83a696498cef', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.3\n changesets:\n .:\n hash: dcf476e1515858ff1367a5476cfb83a696498cef\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.2\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/tags/test_app_0.0.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/tags/test_app_0.0.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.3 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656885847568 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885847568 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140656867982832 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656867982832 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0c4ba409970a2d06d03c44eb494f1b2f0df0752b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'or3/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'or3/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0c4ba409970a2d06d03c44eb494f1b2f0df0752b', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.4\n changesets:\n .:\n hash: 0c4ba409970a2d06d03c44eb494f1b2f0df0752b\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.3\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.4', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/tags/test_app_0.0.4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/tags/test_app_0.0.4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.4 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656867982832 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656867982832 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885788624 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885788624 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e5b5b56e6a384092690429052e09cf8770b95b60', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e5b5b56e6a384092690429052e09cf8770b95b60', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.5\n changesets:\n .:\n hash: e5b5b56e6a384092690429052e09cf8770b95b60\n remote: .\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.4\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.5', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) WARNING vmn:stamp_utils.py:298 GitPython library has failed to push because we are up to date already. How can it be? DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.5'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.5'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.5 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656885788624 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885788624 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140656868268592 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656868268592 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '92d6709ac6200e1718e9535917db874cbbc7ce94', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '92d6709ac6200e1718e9535917db874cbbc7ce94', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.6\n changesets:\n .:\n hash: 92d6709ac6200e1718e9535917db874cbbc7ce94\n remote: .\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.5\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.6', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) WARNING vmn:stamp_utils.py:298 GitPython library has failed to push because we are up to date already. How can it be? DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.6'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.6'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.6 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656868268592 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656868268592 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140656868591552 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656868591552 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e30747b678cc757a851c586ef361952485915ce7', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'or3/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'or3/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e30747b678cc757a851c586ef361952485915ce7', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.7\n changesets:\n .:\n hash: e30747b678cc757a851c586ef361952485915ce7\n remote: .\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.6\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.7', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) WARNING vmn:stamp_utils.py:298 GitPython library has failed to push because we are up to date already. How can it be? DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/tags/test_app_0.0.7'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/tags/test_app_0.0.7'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.7 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656868591552 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656868591552 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140656885737072 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140656885737072 acquired on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '954f858631fcbbd076152ccd2c4adf2ae6115b1d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'or3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'or3/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'or3/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '954f858631fcbbd076152ccd2c4adf2ae6115b1d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.8\n changesets:\n .:\n hash: 954f858631fcbbd076152ccd2c4adf2ae6115b1d\n remote: .\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.7\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.8', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) WARNING vmn:stamp_utils.py:298 GitPython library has failed to push because we are up to date already. How can it be? DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'or3', 'refs/tags/test_app_0.0.8'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'or3', 'refs/tags/test_app_0.0.8'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.8 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140656885737072 on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140656885737072 released on /tmp/pytest-of-root/pytest-1/popen-gw1/test_remotes_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_goto_print[git] 4.89
[gw4] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw4] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw4] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw4] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:01:01.719] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.740] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.761] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo'])'s unused stdout: [2022-05-22 12:01:01.779] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.786] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.799] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:01.841] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:01:01.878] [filelock] [DEBUG] Attempting to acquire lock 140152775564160 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.878] [filelock] [DEBUG] Lock 140152775564160 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:01.883] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.905] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.913] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.920] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.925] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.936] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.956] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:01.970] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.982] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:01.991] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.003] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:02.005] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:02.038] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo [2022-05-22 12:01:02.041] [filelock] [DEBUG] Attempting to release lock 140152775564160 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.041] [filelock] [DEBUG] Lock 140152775564160 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.051] [filelock] [DEBUG] Attempting to acquire lock 140152775283328 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.051] [filelock] [DEBUG] Lock 140152775283328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:02.055] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.082] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.091] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.097] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ae3361322474b88249ab78bf9f77b48f45da8060', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.103] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.117] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:02.126] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.135] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.143] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.149] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.156] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.163] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.170] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.179] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:02.184] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.315] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: 2f0eb0bdf8571485e55e1d76c35ef92ed748df52\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.324] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.334] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.337] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.376] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.387] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.388] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.417] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/test_app [2022-05-22 12:01:03.418] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.434] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.443] [filelock] [DEBUG] Attempting to release lock 140152775283328 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.444] [filelock] [DEBUG] Lock 140152775283328 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.459] [filelock] [DEBUG] Attempting to acquire lock 140152775284336 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.459] [filelock] [DEBUG] Lock 140152775284336 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.465] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.488] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.498] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.503] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0e20ac6e55a0d4c2bd48cd542b4ff6cec2e5854d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.512] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.522] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.529] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.536] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.551] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.563] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.570] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.578] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.590] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.595] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.611] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.622] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.632] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.642] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.768] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 0e20ac6e55a0d4c2bd48cd542b4ff6cec2e5854d\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.774] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.784] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:04.785] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.806] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.813] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:04.813] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:04.830] [vmn] [INFO] 1.3.0 [2022-05-22 12:01:04.830] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.840] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.847] [filelock] [DEBUG] Attempting to release lock 140152775284336 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.847] [filelock] [DEBUG] Lock 140152775284336 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.850] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.858] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.864] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.891] [filelock] [DEBUG] Attempting to acquire lock 140152775563776 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.891] [filelock] [DEBUG] Lock 140152775563776 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:04.895] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.910] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.914] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.918] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4bbd02b66f6b450069f6888a4b5e94c03ec02794', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.923] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.928] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:04.933] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.939] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.947] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.955] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.959] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.965] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.969] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.973] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.983] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.990] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4bbd02b66f6b450069f6888a4b5e94c03ec02794', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.995] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.000] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.007] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.123] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 2.0.0\n changesets:\n .:\n hash: 4bbd02b66f6b450069f6888a4b5e94c03ec02794\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.0\n release_mode: major\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.131] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.138] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.138] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.166] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.175] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.175] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.195] [vmn] [INFO] 2.0.0 [2022-05-22 12:01:06.196] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.210] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.220] [filelock] [DEBUG] Attempting to release lock 140152775563776 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.220] [filelock] [DEBUG] Lock 140152775563776 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.233] [filelock] [DEBUG] Attempting to acquire lock 140152775474480 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.233] [filelock] [DEBUG] Lock 140152775474480 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.239] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.260] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.270] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.275] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'be8c2c4a1081682361845ddcc18a2c3285bcc339', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.283] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.292] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.299] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.309] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.326] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.338] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.347] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.353] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.363] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.369] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.386] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.394] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'be8c2c4a1081682361845ddcc18a2c3285bcc339', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.409] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.419] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.428] [vmn] [INFO] You are at version 1.3.0 of test_app [2022-05-22 12:01:06.430] [filelock] [DEBUG] Attempting to release lock 140152775474480 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.430] [filelock] [DEBUG] Lock 140152775474480 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.439] [filelock] [DEBUG] Attempting to acquire lock 140152775400992 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.440] [filelock] [DEBUG] Lock 140152775400992 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.448] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.474] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.481] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.486] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bcc10612e0ef9554e8a41f4efb1c7be81b8f3a49', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.493] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.500] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.506] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.512] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.525] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.535] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.547] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.560] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.569] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bcc10612e0ef9554e8a41f4efb1c7be81b8f3a49', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.576] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.587] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', 'bcc10612e0ef9554e8a41f4efb1c7be81b8f3a49'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.602] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.612] [vmn] [INFO] You are at the tip of the branch of version 2.0.0 for test_app [2022-05-22 12:01:06.613] [filelock] [DEBUG] Attempting to release lock 140152775400992 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.614] [filelock] [DEBUG] Lock 140152775400992 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775564160 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775564160 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140152775564160 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775564160 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775283328 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775283328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ae3361322474b88249ab78bf9f77b48f45da8060', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.2.3\n changesets:\n .:\n hash: 2f0eb0bdf8571485e55e1d76c35ef92ed748df52\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.2.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.2.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152775283328 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775283328 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775284336 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775284336 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '0e20ac6e55a0d4c2bd48cd542b4ff6cec2e5854d', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_1*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.3.0\n changesets:\n .:\n hash: 0e20ac6e55a0d4c2bd48cd542b4ff6cec2e5854d\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.2.3\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_1.3.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.3.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152775284336 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775284336 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775563776 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775563776 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4bbd02b66f6b450069f6888a4b5e94c03ec02794', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '4bbd02b66f6b450069f6888a4b5e94c03ec02794', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 2.0.0\n changesets:\n .:\n hash: 4bbd02b66f6b450069f6888a4b5e94c03ec02794\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 1.3.0\n release_mode: major\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_2.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_2.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_2.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 2.0.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140152775563776 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775563776 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775474480 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775474480 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'be8c2c4a1081682361845ddcc18a2c3285bcc339', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'be8c2c4a1081682361845ddcc18a2c3285bcc339', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'test_app_1.3.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1997 You are at version 1.3.0 of test_app DEBUG filelock:_api.py:209 Attempting to release lock 140152775474480 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775474480 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140152775400992 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140152775400992 acquired on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bcc10612e0ef9554e8a41f4efb1c7be81b8f3a49', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bcc10612e0ef9554e8a41f4efb1c7be81b8f3a49', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'branch', '--contains', 'bcc10612e0ef9554e8a41f4efb1c7be81b8f3a49'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'checkout', 'master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1991 You are at the tip of the branch of version 2.0.0 for test_app DEBUG filelock:_api.py:209 Attempting to release lock 140152775400992 on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140152775400992 released on /tmp/pytest-of-root/pytest-1/popen-gw4/test_goto_print_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_basic_root_stamp[git] 21.37
[gw0] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw0] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw0] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw0] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:01:03.376] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.389] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.406] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo'])'s unused stdout: [2022-05-22 12:01:03.419] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.429] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.441] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.475] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:01:03.510] [filelock] [DEBUG] Attempting to acquire lock 140555238215008 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.511] [filelock] [DEBUG] Lock 140555238215008 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.515] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.536] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.544] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.550] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.556] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.564] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.574] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.580] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.595] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.605] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.616] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.625] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.628] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo [2022-05-22 12:01:03.662] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo [2022-05-22 12:01:03.663] [filelock] [DEBUG] Attempting to release lock 140555238215008 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.664] [filelock] [DEBUG] Lock 140555238215008 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.673] [filelock] [DEBUG] Attempting to acquire lock 140555237486352 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.673] [filelock] [DEBUG] Lock 140555237486352 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.676] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.696] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.701] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.707] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '123bee1eb42e6fee0b7cda61704a833efe88fe04', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.715] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.724] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.734] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.741] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.748] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.756] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.764] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.774] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.781] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.792] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.802] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.809] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.827] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:04.958] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 3b882cd0c975f23475856b1a73b6cbde3fdc4940\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app1_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.068] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app1\n name: root_app\n services:\n root_app/app1: 0.0.0\n version: 0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.091] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.098] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.099] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.125] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app1_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.133] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.133] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app1_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.153] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.162] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.163] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app [2022-05-22 12:01:06.183] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app [2022-05-22 12:01:06.184] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.196] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.209] [filelock] [DEBUG] Attempting to release lock 140555237486352 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.210] [filelock] [DEBUG] Lock 140555237486352 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.222] [filelock] [DEBUG] Attempting to acquire lock 140555237455616 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.223] [filelock] [DEBUG] Lock 140555237455616 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:06.229] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.249] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.255] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.260] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7007ae25cbba4d9cf2e750d9d3ba58e62206cab5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.269] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.276] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:06.283] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.290] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.304] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.321] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.328] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.334] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.344] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.350] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.368] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.383] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.390] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.401] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.421] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.432] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.439] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.452] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.581] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 7007ae25cbba4d9cf2e750d9d3ba58e62206cab5\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app1_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.688] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app1\n name: root_app\n services:\n root_app/app1: 0.0.1\n version: 1\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.693] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.700] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.701] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.724] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app1_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.731] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.732] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app1_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.749] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.757] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.758] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:01:08.775] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:08.775] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.784] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.795] [filelock] [DEBUG] Attempting to release lock 140555237455616 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.795] [filelock] [DEBUG] Lock 140555237455616 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.800] [filelock] [DEBUG] Attempting to acquire lock 140555237455328 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.800] [filelock] [DEBUG] Lock 140555237455328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.802] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.822] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.826] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '40eb2bf3503be8c1493d1d1d00c0c698f21af27e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.831] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.837] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.841] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.848] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.851] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.855] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.861] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.866] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.870] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.878] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.886] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.899] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.903] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.908] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.913] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:10.030] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 3b882cd0c975f23475856b1a73b6cbde3fdc4940\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.138] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 0.0.1\n root_app/app2: 0.0.0\n version: 2\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.151] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.159] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:11.160] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.179] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.187] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:11.187] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.206] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:11.214] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:11.214] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app [2022-05-22 12:01:11.246] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app [2022-05-22 12:01:11.247] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.260] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.275] [filelock] [DEBUG] Attempting to release lock 140555237455328 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.276] [filelock] [DEBUG] Lock 140555237455328 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.292] [filelock] [DEBUG] Attempting to acquire lock 140555237726000 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.293] [filelock] [DEBUG] Lock 140555237726000 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:11.297] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.318] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.328] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.334] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ebb51d4a7e8ea247a7f001c0258f80a0344678e4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.340] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.347] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:11.353] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.361] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.381] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.399] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.408] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.429] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.436] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.458] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.481] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.491] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.519] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.549] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.563] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.570] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:11.583] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:12.719] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.1.0\n changesets:\n .:\n hash: ebb51d4a7e8ea247a7f001c0258f80a0344678e4\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_0.1.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.834] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 0.0.1\n root_app/app2: 0.1.0\n version: 3\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.843] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.854] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:13.856] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.882] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_0.1.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.890] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:13.891] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_0.1.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.920] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:13.921] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.1.0 [2022-05-22 12:01:13.942] [vmn] [INFO] 0.1.0 [2022-05-22 12:01:13.943] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.956] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.972] [filelock] [DEBUG] Attempting to release lock 140555237726000 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.973] [filelock] [DEBUG] Lock 140555237726000 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.980] [filelock] [DEBUG] Attempting to acquire lock 140555237725472 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.980] [filelock] [DEBUG] Lock 140555237725472 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.983] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.000] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.005] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:14.010] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e2cdd066ffbf650a29dcd00eef9303c15c0ce640', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.016] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:14.023] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:14.028] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.033] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.039] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.044] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.049] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.058] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.063] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.073] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.084] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.103] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.109] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.116] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:14.122] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.247] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 3b882cd0c975f23475856b1a73b6cbde3fdc4940\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app3\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app3_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.359] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app3\n name: root_app\n services:\n root_app/app1: 0.0.1\n root_app/app2: 0.1.0\n root_app/app3: 0.0.0\n version: 4\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_4', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.369] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.380] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:16.381] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.417] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app3_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.428] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:16.429] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app3_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.456] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.470] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:16.471] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app [2022-05-22 12:01:16.516] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app [2022-05-22 12:01:16.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.538] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.571] [filelock] [DEBUG] Attempting to release lock 140555237725472 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.573] [filelock] [DEBUG] Lock 140555237725472 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.589] [filelock] [DEBUG] Attempting to acquire lock 140555228629216 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.589] [filelock] [DEBUG] Lock 140555228629216 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.597] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.626] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.635] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:16.643] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '47c13108d5b3a64bc84790d639cdca5c962f914a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.656] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:16.668] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:16.677] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.686] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.700] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.726] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.735] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.747] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.758] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.765] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.803] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.811] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.825] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.846] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.867] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.889] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.901] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:18.055] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 47c13108d5b3a64bc84790d639cdca5c962f914a\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app3\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app3_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.165] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app3\n name: root_app\n services:\n root_app/app1: 0.0.1\n root_app/app2: 0.1.0\n root_app/app3: 0.0.1\n version: 5\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_5', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.170] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.179] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:19.180] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.205] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app3_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.213] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:19.213] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app3_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.235] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_5'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:19.245] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:19.245] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_5'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:01:19.265] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:19.266] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.278] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.294] [filelock] [DEBUG] Attempting to release lock 140555228629216 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.295] [filelock] [DEBUG] Lock 140555228629216 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.302] [filelock] [DEBUG] Attempting to acquire lock 140555228630368 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.302] [filelock] [DEBUG] Lock 140555228630368 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.306] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.331] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.337] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.342] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a6941a43f9550a3973a2a517fe68c2b27ac5b013', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.349] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.360] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.365] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.370] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.382] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.399] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.405] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.411] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.418] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.423] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.436] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.458] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a6941a43f9550a3973a2a517fe68c2b27ac5b013', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 0.0.1 [2022-05-22 12:01:19.467] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:19.467] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.482] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.501] [filelock] [DEBUG] Attempting to release lock 140555228630368 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.501] [filelock] [DEBUG] Lock 140555228630368 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.512] [filelock] [DEBUG] Attempting to acquire lock 140555228156544 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.512] [filelock] [DEBUG] Lock 140555228156544 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.517] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.536] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.546] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a6941a43f9550a3973a2a517fe68c2b27ac5b013', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.551] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.560] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.565] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.569] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.581] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.595] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.600] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.604] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.610] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.616] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.625] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.639] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a6941a43f9550a3973a2a517fe68c2b27ac5b013', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [INFO] 0.1.0 [2022-05-22 12:01:19.644] [vmn] [INFO] 0.1.0 [2022-05-22 12:01:19.645] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.655] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.667] [filelock] [DEBUG] Attempting to release lock 140555228156544 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.668] [filelock] [DEBUG] Lock 140555228156544 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.675] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.683] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.690] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.729] [filelock] [DEBUG] Attempting to acquire lock 140555228158464 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.730] [filelock] [DEBUG] Lock 140555228158464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:19.733] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.754] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.758] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.764] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e916729bdf0e3bc72d51acb5b66e07a7d258de2e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.769] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.774] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:19.782] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.788] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.798] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.814] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.822] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.828] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.832] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.842] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e916729bdf0e3bc72d51acb5b66e07a7d258de2e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.871] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.876] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.885] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.899] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.906] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:19.919] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:21.060] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0\n changesets:\n .:\n hash: e916729bdf0e3bc72d51acb5b66e07a7d258de2e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: major\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app1_1.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.168] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app1\n name: root_app\n services:\n root_app/app1: 1.0.0\n root_app/app2: 0.1.0\n root_app/app3: 0.0.1\n version: 6\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_6', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.173] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.181] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:22.181] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.204] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app1_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.211] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:22.212] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app1_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.230] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_6'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:22.236] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:22.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_6'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.0.0 [2022-05-22 12:01:22.252] [vmn] [INFO] 1.0.0 [2022-05-22 12:01:22.253] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.259] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.269] [filelock] [DEBUG] Attempting to release lock 140555228158464 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:22.270] [filelock] [DEBUG] Lock 140555228158464 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:22.276] [filelock] [DEBUG] Attempting to acquire lock 140555228159424 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:22.276] [filelock] [DEBUG] Lock 140555228159424 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:22.281] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.297] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.301] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:22.304] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a78e6e44a15a2bcf29bcd5692355f6decd1eb0e8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.308] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:22.312] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:22.318] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.321] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.328] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.342] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.345] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.348] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.355] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.358] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.366] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.379] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a78e6e44a15a2bcf29bcd5692355f6decd1eb0e8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.384] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.388] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.397] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.409] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.414] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.419] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:22.427] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:23.539] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0\n changesets:\n .:\n hash: e916729bdf0e3bc72d51acb5b66e07a7d258de2e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.1.0\n release_mode: major\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_1.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:24.647] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 1.0.0\n root_app/app2: 1.0.0\n root_app/app3: 0.0.1\n version: 7\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_7', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:24.652] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:24.659] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:24.660] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:24.680] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:24.687] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:24.687] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:24.705] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_7'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:24.712] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:24.712] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_7'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 1.0.0 [2022-05-22 12:01:24.730] [vmn] [INFO] 1.0.0 [2022-05-22 12:01:24.730] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:24.737] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:24.748] [filelock] [DEBUG] Attempting to release lock 140555228159424 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:24.748] [filelock] [DEBUG] Lock 140555228159424 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140555238215008 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555238215008 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140555238215008 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555238215008 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555237486352 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555237486352 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '123bee1eb42e6fee0b7cda61704a833efe88fe04', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 3b882cd0c975f23475856b1a73b6cbde3fdc4940\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app1_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app1\n name: root_app\n services:\n root_app/app1: 0.0.0\n version: 0\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app1_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app1_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555237486352 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555237486352 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555237455616 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555237455616 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '7007ae25cbba4d9cf2e750d9d3ba58e62206cab5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 7007ae25cbba4d9cf2e750d9d3ba58e62206cab5\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app1_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app1\n name: root_app\n services:\n root_app/app1: 0.0.1\n version: 1\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app1_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app1_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555237455616 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555237455616 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555237455328 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555237455328 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '40eb2bf3503be8c1493d1d1d00c0c698f21af27e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 3b882cd0c975f23475856b1a73b6cbde3fdc4940\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 0.0.1\n root_app/app2: 0.0.0\n version: 2\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555237455328 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555237455328 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555237726000 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555237726000 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'ebb51d4a7e8ea247a7f001c0258f80a0344678e4', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.1.0\n changesets:\n .:\n hash: ebb51d4a7e8ea247a7f001c0258f80a0344678e4\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: minor\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_0.1.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 0.0.1\n root_app/app2: 0.1.0\n version: 3\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_0.1.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_0.1.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.1.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555237726000 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555237726000 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555237725472 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555237725472 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e2cdd066ffbf650a29dcd00eef9303c15c0ce640', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 3b882cd0c975f23475856b1a73b6cbde3fdc4940\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app3\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app3_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app3\n name: root_app\n services:\n root_app/app1: 0.0.1\n root_app/app2: 0.1.0\n root_app/app3: 0.0.0\n version: 4\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_4', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app3_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app3_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/root_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555237725472 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555237725472 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228629216 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228629216 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '47c13108d5b3a64bc84790d639cdca5c962f914a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 47c13108d5b3a64bc84790d639cdca5c962f914a\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app3\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app3_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app3\n name: root_app\n services:\n root_app/app1: 0.0.1\n root_app/app2: 0.1.0\n root_app/app3: 0.0.1\n version: 5\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_5', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app3_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app3_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_5'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_5'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app3_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228629216 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228629216 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228630368 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228630368 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a6941a43f9550a3973a2a517fe68c2b27ac5b013', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a6941a43f9550a3973a2a517fe68c2b27ac5b013', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228630368 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228630368 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228156544 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228156544 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a6941a43f9550a3973a2a517fe68c2b27ac5b013', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a6941a43f9550a3973a2a517fe68c2b27ac5b013', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 0.1.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228156544 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228156544 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228158464 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228158464 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e916729bdf0e3bc72d51acb5b66e07a7d258de2e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e916729bdf0e3bc72d51acb5b66e07a7d258de2e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0\n changesets:\n .:\n hash: e916729bdf0e3bc72d51acb5b66e07a7d258de2e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app1\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: major\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app1_1.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app1\n name: root_app\n services:\n root_app/app1: 1.0.0\n root_app/app2: 0.1.0\n root_app/app3: 0.0.1\n version: 6\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_6', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app1_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app1_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_6'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_6'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.0.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app1_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228158464 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228158464 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140555228159424 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140555228159424 acquired on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a78e6e44a15a2bcf29bcd5692355f6decd1eb0e8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'a78e6e44a15a2bcf29bcd5692355f6decd1eb0e8', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 1.0.0\n changesets:\n .:\n hash: e916729bdf0e3bc72d51acb5b66e07a7d258de2e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: root_app/app2\n prerelease: release\n prerelease_count: {}\n previous_version: 0.1.0\n release_mode: major\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app-app2_1.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n root_app:\n external_services: {}\n latest_service: root_app/app2\n name: root_app\n services:\n root_app/app1: 1.0.0\n root_app/app2: 1.0.0\n root_app/app3: 0.0.1\n version: 7\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'root_app_7', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app-app2_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app-app2_1.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/root_app_7'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/root_app_7'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 1.0.0 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root_app-app2_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'root*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140555228159424 on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140555228159424 released on /tmp/pytest-of-root/pytest-1/popen-gw0/test_basic_root_stamp_git_0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_read_version_from_file[git] 1.68
[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw7] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:01:03.514] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.527] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.544] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo'])'s unused stdout: [2022-05-22 12:01:03.555] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.564] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.577] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.612] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:01:03.648] [filelock] [DEBUG] Attempting to acquire lock 140301588249232 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.648] [filelock] [DEBUG] Lock 140301588249232 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.653] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.673] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.679] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.685] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.693] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.698] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.705] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.713] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.727] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.739] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.749] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:03.761] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:03.764] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo [2022-05-22 12:01:03.799] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo [2022-05-22 12:01:03.801] [filelock] [DEBUG] Attempting to release lock 140301588249232 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.801] [filelock] [DEBUG] Lock 140301588249232 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.812] [filelock] [DEBUG] Attempting to acquire lock 140301589915392 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.812] [filelock] [DEBUG] Lock 140301589915392 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:03.817] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.841] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.848] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.854] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '123bee1eb42e6fee0b7cda61704a833efe88fe04', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.862] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.869] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:03.875] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.883] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.889] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.895] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.901] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.908] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.914] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.923] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:03.929] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.053] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: 3b882cd0c975f23475856b1a73b6cbde3fdc4940\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.058] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.065] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.066] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.087] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.094] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.095] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/test_app [2022-05-22 12:01:05.112] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/test_app [2022-05-22 12:01:05.113] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.122] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.128] [filelock] [DEBUG] Attempting to release lock 140301589915392 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.128] [filelock] [DEBUG] Lock 140301589915392 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.132] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.140] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.147] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.169] [git.cmd] [DEBUG] Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None)
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140301588249232 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301588249232 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140301588249232 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301588249232 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140301589915392 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140301589915392 acquired on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '123bee1eb42e6fee0b7cda61704a833efe88fe04', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: 3b882cd0c975f23475856b1a73b6cbde3fdc4940\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140301589915392 on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140301589915392 released on /tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'pull', '-v', '--rebase', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw7/test_read_version_from_file_gi0/test_repo, universal_newlines=True, shell=None, istream=None)
Passed tests/test_ver_stamp.py::test_version_backends_cargo[git] 4.42
[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw6] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:01:05.500] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.508] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.517] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo'])'s unused stdout: [2022-05-22 12:01:05.526] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.530] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.537] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.560] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:01:05.587] [filelock] [DEBUG] Attempting to acquire lock 140123932155760 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.587] [filelock] [DEBUG] Lock 140123932155760 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.589] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.604] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.609] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.614] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.619] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.624] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.631] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.635] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.646] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.654] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.663] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.670] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:05.671] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:05.697] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo [2022-05-22 12:01:05.698] [filelock] [DEBUG] Attempting to release lock 140123932155760 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.698] [filelock] [DEBUG] Lock 140123932155760 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.704] [filelock] [DEBUG] Attempting to acquire lock 140123932056976 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.704] [filelock] [DEBUG] Lock 140123932056976 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:05.707] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.722] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.728] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.732] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e4d7fedd6bf1faf9b12c23b971d4b36b11f69dad', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.737] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.744] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:05.749] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.755] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.760] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.766] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.772] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.778] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.782] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.790] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:05.795] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.915] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 5cf802c4751e2f3c7a8ec148b467a6880fc09491\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.920] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.929] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.930] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.955] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.962] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:06.963] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:06.982] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/test_app [2022-05-22 12:01:06.982] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.992] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:06.999] [filelock] [DEBUG] Attempting to release lock 140123932056976 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.000] [filelock] [DEBUG] Lock 140123932056976 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.008] [filelock] [DEBUG] Attempting to acquire lock 140123932155520 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.008] [filelock] [DEBUG] Lock 140123932155520 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:07.012] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.028] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.037] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.041] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9518f343d23acae613adf0310c39f609c18ca15a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.045] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.052] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:07.057] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.062] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.072] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.083] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.087] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.094] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.102] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.106] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.118] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.129] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.134] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:07.142] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.260] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 9518f343d23acae613adf0310c39f609c18ca15a\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.264] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.272] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.272] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.291] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.299] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:08.299] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.315] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:08.316] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.323] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.329] [filelock] [DEBUG] Attempting to release lock 140123932155520 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.330] [filelock] [DEBUG] Lock 140123932155520 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.334] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.339] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.347] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.368] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.378] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.384] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.391] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:08.418] [filelock] [DEBUG] Attempting to acquire lock 140123932630080 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.419] [filelock] [DEBUG] Lock 140123932630080 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:08.423] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.437] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.441] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.446] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '11234f10784194acf15fd54767dab888251802ea', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.450] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.456] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.461] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.465] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.474] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.485] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:08.489] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.493] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.498] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.504] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.508] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.512] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.523] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.531] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '11234f10784194acf15fd54767dab888251802ea', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.537] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.545] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:08.553] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.671] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 11234f10784194acf15fd54767dab888251802ea\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.678] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.686] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:09.687] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.715] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.723] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:09.723] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:09.742] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:09.743] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.755] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.762] [filelock] [DEBUG] Attempting to release lock 140123932630080 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.762] [filelock] [DEBUG] Lock 140123932630080 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.770] [filelock] [DEBUG] Attempting to acquire lock 140123932057072 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.771] [filelock] [DEBUG] Lock 140123932057072 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.775] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.790] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.795] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.801] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f2b4878645c119934e9918e2fe16ff608268504f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.805] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.810] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.814] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.821] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.830] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.841] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:09.845] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.850] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.857] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.861] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.867] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.872] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.883] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.894] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f2b4878645c119934e9918e2fe16ff608268504f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.899] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:09.900] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.911] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:09.919] [filelock] [DEBUG] Attempting to release lock 140123932057072 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:09.920] [filelock] [DEBUG] Lock 140123932057072 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/test_app [INFO] 0.0.1 [INFO] 0.0.2 [INFO] 0.0.2
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932155760 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932155760 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140123932155760 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932155760 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932056976 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932056976 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'e4d7fedd6bf1faf9b12c23b971d4b36b11f69dad', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 5cf802c4751e2f3c7a8ec148b467a6880fc09491\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932056976 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932056976 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932155520 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932155520 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '9518f343d23acae613adf0310c39f609c18ca15a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 9518f343d23acae613adf0310c39f609c18ca15a\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932155520 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932155520 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932630080 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932630080 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '11234f10784194acf15fd54767dab888251802ea', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '11234f10784194acf15fd54767dab888251802ea', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 11234f10784194acf15fd54767dab888251802ea\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932630080 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932630080 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140123932057072 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140123932057072 acquired on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f2b4878645c119934e9918e2fe16ff608268504f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'f2b4878645c119934e9918e2fe16ff608268504f', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140123932057072 on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140123932057072 released on /tmp/pytest-of-root/pytest-1/popen-gw6/test_version_backends_cargo_gi0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_manual_file_adjustment[git] 3.79
[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw5] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:01:13.147] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.162] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.194] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo'])'s unused stdout: [2022-05-22 12:01:13.227] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.246] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.278] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.365] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:01:13.427] [filelock] [DEBUG] Attempting to acquire lock 140247056108656 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.429] [filelock] [DEBUG] Lock 140247056108656 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.436] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.471] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.489] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.500] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.510] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.522] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.532] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.541] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.558] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.577] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.589] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:13.612] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:13.614] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo [2022-05-22 12:01:13.668] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo [2022-05-22 12:01:13.670] [filelock] [DEBUG] Attempting to release lock 140247056108656 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.670] [filelock] [DEBUG] Lock 140247056108656 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.691] [filelock] [DEBUG] Attempting to acquire lock 140247136204112 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.692] [filelock] [DEBUG] Lock 140247136204112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:13.702] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.729] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.747] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.762] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bd42d7964e07904f58f91c4a43bc9243bad65809', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.782] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:13.790] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.797] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.803] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.811] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.818] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.826] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.834] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.846] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:13.854] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.163] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: 32f9fd15415a483e12c793f8454f2abc1782f937\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.172] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:15.184] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:15.186] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:15.219] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:15.231] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:15.232] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/test_app [2022-05-22 12:01:15.261] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/test_app [2022-05-22 12:01:15.264] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.284] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.296] [filelock] [DEBUG] Attempting to release lock 140247136204112 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:15.297] [filelock] [DEBUG] Lock 140247136204112 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:15.299] [git.cmd] [DEBUG] Popen(['git', 'rm', '--', '.vmn/test_app/last_known_app_version.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.314] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:15.331] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:15.343] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:15.401] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:15.414] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:15.434] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.487] [filelock] [DEBUG] Attempting to acquire lock 140247056258432 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:15.488] [filelock] [DEBUG] Lock 140247056258432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:15.494] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.516] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.524] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:15.531] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '00a1b0e42468bca0817e5fd66793fd857e7ad84a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.538] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:15.547] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:15.554] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.563] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.579] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.590] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.596] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.601] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.610] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.616] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.628] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.2*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.637] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:15.647] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.4\n changesets:\n .:\n hash: 00a1b0e42468bca0817e5fd66793fd857e7ad84a\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.3\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.2.4', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.779] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.789] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:16.790] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.831] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.2.4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:16.845] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:16.846] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.2.4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) [INFO] 0.2.4 [2022-05-22 12:01:16.889] [vmn] [INFO] 0.2.4 [2022-05-22 12:01:16.890] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.912] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:16.928] [filelock] [DEBUG] Attempting to release lock 140247056258432 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:16.928] [filelock] [DEBUG] Lock 140247056258432 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056108656 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056108656 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140247056108656 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056108656 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140247136204112 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247136204112 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'bd42d7964e07904f58f91c4a43bc9243bad65809', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.1\n changesets:\n .:\n hash: 32f9fd15415a483e12c793f8454f2abc1782f937\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.1\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.2.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.2.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247136204112 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247136204112 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'rm', '--', '.vmn/test_app/last_known_app_version.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140247056258432 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140247056258432 acquired on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '00a1b0e42468bca0817e5fd66793fd857e7ad84a', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.2*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.2.4\n changesets:\n .:\n hash: 00a1b0e42468bca0817e5fd66793fd857e7ad84a\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.2.3\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.2.4', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.2.4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.2.4'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.2.4 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140247056258432 on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140247056258432 released on /tmp/pytest-of-root/pytest-1/popen-gw5/test_manual_file_adjustment_gi0/test_repo/.vmn/vmn.lock
Passed tests/test_ver_stamp.py::test_conf[git] 6.56
[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3[gw2] linux -- Python 3.8.10 /root/Projects/vmn/venv/bin/python3
-----------------------------Captured stdout setup------------------------------
[2022-05-22 12:01:28.303] [git.cmd] [DEBUG] Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.311] [git.cmd] [DEBUG] Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:28.322] [git.repo.base] [DEBUG] Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo'])'s unused stdout: [2022-05-22 12:01:28.329] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:28.334] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:28.340] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:28.362] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
-------------------------------Captured log setup-------------------------------
DEBUG git.cmd:cmd.py:814 Popen(['git', 'init', '--bare'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo_remote, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo'], cwd=/root/Projects/vmn, universal_newlines=True, shell=None, istream=None) DEBUG git.repo.base:base.py:1048 Cmd(['git', 'clone', '-v', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo_remote', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo'])'s unused stdout: DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None)
------------------------------Captured stdout call------------------------------
[2022-05-22 12:01:28.382] [filelock] [DEBUG] Attempting to acquire lock 140598133206080 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:28.382] [filelock] [DEBUG] Lock 140598133206080 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:28.385] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.398] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.402] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.406] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.410] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.415] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.420] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.424] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.433] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:28.440] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:28.447] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:28.454] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:28.454] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:28.475] [vmn] [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo [2022-05-22 12:01:28.476] [filelock] [DEBUG] Attempting to release lock 140598133206080 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:28.476] [filelock] [DEBUG] Lock 140598133206080 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:28.485] [filelock] [DEBUG] Attempting to acquire lock 140598150408752 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:28.485] [filelock] [DEBUG] Lock 140598150408752 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:28.488] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.502] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.506] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:28.510] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cd446531e89501821b090af1d98b90d783ebb0e9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.515] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:28.520] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:28.525] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.530] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.535] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.539] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.544] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.550] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.554] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.561] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:28.566] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.684] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 7b6cac1c6819827538e44c74bb2777018ebd31ee\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.689] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:29.696] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:29.697] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:29.720] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:29.728] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:29.728] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:29.745] [vmn] [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/test_app [2022-05-22 12:01:29.746] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.755] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.760] [filelock] [DEBUG] Attempting to release lock 140598150408752 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:29.760] [filelock] [DEBUG] Lock 140598150408752 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:29.767] [filelock] [DEBUG] Attempting to acquire lock 140598150406208 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:29.767] [filelock] [DEBUG] Lock 140598150406208 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:29.770] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.783] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.787] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:29.792] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '57419116ab4b8e70f7101dc8d09232095f6982fa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.795] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:29.800] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:29.806] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.810] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.819] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.826] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.831] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.835] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.841] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.846] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.855] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.863] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.873] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:29.880] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:30.998] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 57419116ab4b8e70f7101dc8d09232095f6982fa\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.013] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:31.026] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:31.029] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:31.069] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:31.084] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:31.085] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:31.124] [vmn] [INFO] 0.0.1 [2022-05-22 12:01:31.125] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.147] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.159] [filelock] [DEBUG] Attempting to release lock 140598150406208 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:31.159] [filelock] [DEBUG] Lock 140598150406208 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:31.173] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:31.189] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:31.206] [git.cmd] [DEBUG] Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.307] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.333] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:31.354] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:31.381] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:31.468] [filelock] [DEBUG] Attempting to acquire lock 140598151168496 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:31.469] [filelock] [DEBUG] Lock 140598151168496 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:31.477] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.504] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.514] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:31.525] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '51cf104756b024a0fe5b334528be94b4cabf107e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.533] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:31.550] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:31.560] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.573] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.590] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.607] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:31.619] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.630] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.643] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.654] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.664] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.674] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.698] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.719] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '51cf104756b024a0fe5b334528be94b4cabf107e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.740] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.752] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:31.769] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:32.915] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 51cf104756b024a0fe5b334528be94b4cabf107e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:32.924] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:32.935] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:32.938] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:32.970] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:32.980] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:32.981] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:33.009] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:33.010] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.025] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.036] [filelock] [DEBUG] Attempting to release lock 140598151168496 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:33.036] [filelock] [DEBUG] Lock 140598151168496 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:33.044] [filelock] [DEBUG] Attempting to acquire lock 140598150408944 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:33.045] [filelock] [DEBUG] Lock 140598150408944 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:33.049] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.071] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.078] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.084] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'd16c5223d4f0f7781af79820bd075b45d0a535a9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.090] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.099] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.105] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.112] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.125] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.138] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.145] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.151] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.160] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.167] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.175] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.180] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.195] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.207] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'd16c5223d4f0f7781af79820bd075b45d0a535a9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.219] [vmn] [INFO] 0.0.2 [2022-05-22 12:01:33.220] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.237] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.257] [filelock] [DEBUG] Attempting to release lock 140598150408944 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:33.258] [filelock] [DEBUG] Lock 140598150408944 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:33.271] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.284] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.297] [git.cmd] [DEBUG] Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:33.367] [filelock] [DEBUG] Attempting to acquire lock 140598151170368 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:33.368] [filelock] [DEBUG] Lock 140598151170368 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:33.375] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.410] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.426] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.438] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cdaed847860625966676ed9ccccef6fbfd4a27a5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.446] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.467] [git.cmd] [DEBUG] Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) [2022-05-22 12:01:33.482] [git.cmd] [DEBUG] Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.492] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.513] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.534] [git.cmd] [DEBUG] Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.543] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.552] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.563] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.570] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.593] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.617] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cdaed847860625966676ed9ccccef6fbfd4a27a5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.632] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.644] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:33.658] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:34.785] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.3\n changesets:\n .:\n hash: cdaed847860625966676ed9ccccef6fbfd4a27a5\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.2\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:34.792] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:34.802] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:34.803] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:34.824] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:34.833] [git.cmd] [DEBUG] AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' [2022-05-22 12:01:34.833] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) [2022-05-22 12:01:34.850] [vmn] [INFO] 0.0.3 [2022-05-22 12:01:34.850] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:34.859] [git.cmd] [DEBUG] Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) [2022-05-22 12:01:34.864] [filelock] [DEBUG] Attempting to release lock 140598151170368 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [2022-05-22 12:01:34.865] [filelock] [DEBUG] Lock 140598151170368 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock [INFO] Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo [INFO] Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/test_app [INFO] 0.0.1 [INFO] 0.0.2 [INFO] 0.0.2 [INFO] 0.0.3
-------------------------------Captured log call--------------------------------
DEBUG filelock:_api.py:172 Attempting to acquire lock 140598133206080 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598133206080 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.init'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1178 Initialized vmn tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo DEBUG filelock:_api.py:209 Attempting to release lock 140598133206080 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598133206080 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150408752 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150408752 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cd446531e89501821b090af1d98b90d783ebb0e9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.0\n changesets:\n .:\n hash: 7b6cac1c6819827538e44c74bb2777018ebd31ee\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: init\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.0', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.0'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1202 Initialized app tracking on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/test_app DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150408752 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150408752 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150406208 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150406208 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '57419116ab4b8e70f7101dc8d09232095f6982fa', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.1\n changesets:\n .:\n hash: 57419116ab4b8e70f7101dc8d09232095f6982fa\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.0\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.1', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.1'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.1 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150406208 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150406208 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--set-upstream', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598151168496 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598151168496 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '51cf104756b024a0fe5b334528be94b4cabf107e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', '51cf104756b024a0fe5b334528be94b4cabf107e', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.2\n changesets:\n .:\n hash: 51cf104756b024a0fe5b334528be94b4cabf107e\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.1\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.2', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.2'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598151168496 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598151168496 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:172 Attempting to acquire lock 140598150408944 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598150408944 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'd16c5223d4f0f7781af79820bd075b45d0a535a9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'd16c5223d4f0f7781af79820bd075b45d0a535a9', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) INFO vmn:vmn.py:1244 0.0.2 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598150408944 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598150408944 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'push', '--porcelain', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG filelock:_api.py:172 Attempting to acquire lock 140598151170368 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:176 Lock 140598151170368 acquired on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'fetch', '--tags'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cdaed847860625966676ed9ccccef6fbfd4a27a5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'cat-file', '--batch'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'cat-file', '--batch-check'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=<valid stream>) DEBUG git.cmd:cmd.py:814 Popen(['git', 'remote', 'get-url', '--all', 'origin'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', 'ls-files', '--error-unmatch', '/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/conf.yml'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--cached', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '--raw'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-parse', '--verify', 'origin/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'origin/master..master', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'rev-list', 'cdaed847860625966676ed9ccccef6fbfd4a27a5', '--'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_0.0*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'diff', '--abbrev=40', '--full-index', '-M', '--raw', '-z', '--no-color'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'status', '--porcelain', '--untracked-files'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '-m', "stamping:\n app:\n _version: 0.0.3\n changesets:\n .:\n hash: cdaed847860625966676ed9ccccef6fbfd4a27a5\n remote: ../test_repo_remote\n vcs_type: git\n info: {}\n name: test_app\n prerelease: release\n prerelease_count: {}\n previous_version: 0.0.2\n release_mode: patch\n stamped_on_branch: master\nvmn_info:\n description_message_version: '1.1'\n vmn_version: dev\n", 'test_app_0.0.3', 'HEAD'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/heads/master'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', '-o', 'ci.skip', 'origin', 'refs/tags/test_app_0.0.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) DEBUG git.cmd:cmd.py:446 AutoInterrupt wait stderr: b'fatal: the receiving end does not support push options\nfatal: the remote end hung up unexpectedly' DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'push', '--porcelain', 'origin', 'refs/tags/test_app_0.0.3'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=True, shell=None, istream=None) INFO vmn:vmn.py:1290 0.0.3 DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test_app_*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG git.cmd:cmd.py:814 Popen(['git', '-c', 'user.name="vmn"', '-c', 'user.email="vmn"', 'tag', '--sort', 'taggerdate', '--list', 'test*'], cwd=/tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo, universal_newlines=False, shell=None, istream=None) DEBUG filelock:_api.py:209 Attempting to release lock 140598151170368 on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock DEBUG filelock:_api.py:212 Lock 140598151170368 released on /tmp/pytest-of-root/pytest-1/popen-gw2/test_conf_git_0/test_repo/.vmn/vmn.lock